Fix "make distcheck" error due to failure to clean files added by Automake.
authorBen Pfaff <blp@nicira.com>
Fri, 29 Aug 2008 00:47:01 +0000 (17:47 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Aug 2008 00:47:01 +0000 (17:47 -0700)
.gitignore
configure.ac
ext

index 105f561..fb11037 100644 (file)
@@ -21,6 +21,7 @@
 /aclocal.m4
 /autom4te.cache
 /build-arch-stamp
+/build-aux
 /build-indep-stamp
 /compile
 /config.guess
index 18dd1af..1505c6b 100644 (file)
@@ -34,6 +34,7 @@ AC_PREREQ(2.59)
 AC_INIT(openflow, v0.8.1, info@openflowswitch.org)
 AC_CONFIG_SRCDIR([README.hwtables])
 AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE
 
diff --git a/ext b/ext
index b322740..2cc41f0 160000 (submodule)
--- a/ext
+++ b/ext
@@ -1 +1 @@
-Subproject commit b3227406a713f5cae10d31a7be7249c6ebe16bff
+Subproject commit 2cc41f0fd8e9efce57cd1c0b638f144c369c2b4d