diff options
Diffstat (limited to 'src/vppinfra.am')
-rw-r--r-- | src/vppinfra.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/vppinfra.am b/src/vppinfra.am index 7641c71a2a5..840ce27fb5a 100644 --- a/src/vppinfra.am +++ b/src/vppinfra.am @@ -13,17 +13,6 @@ 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 |