diff options
author | Damjan Marion <damarion@cisco.com> | 2018-05-30 09:55:05 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-05-31 00:02:24 +0000 |
commit | c0c919c6fa721a564a08b367b839efc802d4c963 (patch) | |
tree | 4351ba413425408bfb3da0e7d15ae6b7e7eef8ac /src/configure.ac | |
parent | 40c6e1d8e091fe8ac81f3907c035a121a6129019 (diff) |
Add src/vlib/config.h.in template
Change-Id: I9b81dcb9250cab09b88f161366da9475a7ee5dd6
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/configure.ac b/src/configure.ac index 2d12090aaf1..f6ec44bb769 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -3,7 +3,14 @@ LT_INIT AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE([subdir-objects]) AM_SILENT_RULES([yes]) -AC_CONFIG_FILES([Makefile plugins/Makefile vpp-api/python/Makefile vpp-api/java/Makefile vpp-api/vapi/Makefile]) +AC_CONFIG_FILES([ \ + Makefile \ + plugins/Makefile \ + vpp-api/python/Makefile \ + vpp-api/java/Makefile \ + vpp-api/vapi/Makefile \ + vlib/config.h \ +]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_CC |