diff options
Diffstat (limited to 'src/vppinfra.am')
-rw-r--r-- | src/vppinfra.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/vppinfra.am b/src/vppinfra.am index 836c7213d62..19485d2df4f 100644 --- a/src/vppinfra.am +++ b/src/vppinfra.am @@ -11,13 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -libvppinfradir = ${libdir} - -if WITH_UNIX - libvppinfra_LTLIBRARIES = libvppinfra.la -endif - -lib_LIBRARIES = +lib_LTLIBRARIES += libvppinfra.la TESTS = |