32/64 shmem bihash interoperability
[vpp.git] / src / vppinfra.am
index 7641c71..1d8e270 100644 (file)
 
 lib_LTLIBRARIES += libvppinfra.la
 
-BUILT_SOURCES += vppinfra/config.h
-
-vppinfra/config.h:
-       @echo "/** Autogenerated by Autotools **/" > $@
-       @echo "#ifndef included_clib_config_h" >> $@
-       @echo "#define included_clib_config_h" >> $@
-       @echo "#ifndef CLIB_LOG2_CACHE_LINE_BYTES " >> $@
-       @echo "#define CLIB_LOG2_CACHE_LINE_BYTES " @LOG2_CACHE_LINE_BYTES@ >> $@
-       @echo "#endif " >> $@
-       @echo "#endif " >> $@
-
 TESTS = 
 
 if ENABLE_TESTS
@@ -128,7 +117,7 @@ test_valloc_CPPFLAGS =      $(AM_CPPFLAGS) -DCLIB_DEBUG
 test_vec_CPPFLAGS =    $(AM_CPPFLAGS) -DCLIB_DEBUG
 test_zvec_CPPFLAGS =   $(AM_CPPFLAGS) -DCLIB_DEBUG
 
-test_bihash_template_LDADD =   libvppinfra.la
+test_bihash_template_LDADD =   libvppinfra.la -lpthread 
 test_bihash_vec88_LDADD =      libvppinfra.la
 test_cuckoo_template_LDADD =   libvppinfra.la
 test_cuckoo_bihash_LDADD =     libvppinfra.la
@@ -248,6 +237,7 @@ nobase_include_HEADERS = \
   vppinfra/memcpy_avx512.h \
   vppinfra/mhash.h \
   vppinfra/mheap.h \
+  vppinfra/mheap_bootstrap.h \
   vppinfra/os.h \
   vppinfra/pipeline.h \
   vppinfra/pool.h \