Update the ChangeLog with the changes since v0.8.1 and designate this v0.9.0-b1.
[openvswitch] / Makefile.am
index 96f2145d819045cbfb89936c7d014d73738cd5c2..53c65fefd7f3e96274adf8ba7306d50c683bdb15 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 \
@@ -13,6 +15,7 @@ SUBDIRS = \
        debian
 if HAVE_EXT
 SUBDIRS += ext
+distdir = $(PACKAGE)+ext-$(VERSION)
 endif
 
 DIST_SUBDIRS = $(SUBDIRS)