aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2016-04-13 00:47:14 +0200
committerGerrit Code Review <gerrit@fd.io>2016-04-14 14:02:58 +0000
commita991e50f7d60c4989755b84e2e1339679ea0b3ac (patch)
tree6117e043bc8f5ce4071f20b8acd030df8e57e706
parent0930649eb60324eefd593ded4efcf02c449df6bf (diff)
Move autogenerated vnet files to config folder
This cleans up vnet folder however it doesn't clean the existing autogenerated files. I'm not aware of any automated solution to achieve this without involving git. Change-Id: Ib29869e08e1d3bd87b7b54bc414f88bd9c632372 Signed-off-by: Florin Coras <fcoras@cisco.com>
-rw-r--r--vnet/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/vnet/configure.ac b/vnet/configure.ac
index b4b6723a693..bc1922b9fa0 100644
--- a/vnet/configure.ac
+++ b/vnet/configure.ac
@@ -1,4 +1,6 @@
AC_INIT(vnet, 1.1)
+AC_CONFIG_AUX_DIR(config)
+AC_CONFIG_HEADERS(config/config.h)
LT_INIT
AM_INIT_AUTOMAKE
AM_SILENT_RULES