Suppress Automake warning about overriding distdir.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Sep 2008 20:29:00 +0000 (13:29 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Sep 2008 20:29:00 +0000 (13:29 -0700)
Reported by Martin.

Makefile.am

index 782ce71..53c65fe 100644 (file)
@@ -1,4 +1,6 @@
-AUTOMAKE_OPTIONS=foreign
+# The goal of -Wno-syntax here is just to suppress the Automake warning
+# about overriding distdir, below.
+AUTOMAKE_OPTIONS=foreign -Wno-syntax
 ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = \
        lib \