Move autogenerated vnet files to config folder 68/768/3
authorFlorin Coras <fcoras@cisco.com>
Tue, 12 Apr 2016 22:47:14 +0000 (00:47 +0200)
committerGerrit Code Review <gerrit@fd.io>
Thu, 14 Apr 2016 14:02:58 +0000 (14:02 +0000)
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>
vnet/configure.ac

index b4b6723..bc1922b 100644 (file)
@@ -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