X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra.am;h=724f21c9705a1b6ddaf9ae8626fd1ad2b3e29d78;hb=32e1c010b0c34fd0984f7fc45fae648a182025c5;hp=836c7213d6287a178e650670a6148d99fa08775d;hpb=7cd468a3d7dee7d6c92f69a0bb7061ae208ec727;p=vpp.git diff --git a/src/vppinfra.am b/src/vppinfra.am index 836c7213d62..724f21c9705 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 = @@ -44,7 +38,7 @@ TESTS += test_bihash_template \ test_time \ test_timing_wheel \ test_vec \ - test_zvec + test_zvec endif noinst_PROGRAMS = $(TESTS)