Move java api to extras/
[vpp.git] / src / vppinfra.am
index 7641c71..57f7a1f 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
@@ -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 \