Get rid of per-port STP implemented bits, by reducing OFPP_MAX to 255.
[openvswitch] / Makefile.am
index 96f2145d819045cbfb89936c7d014d73738cd5c2..658070b3ebc1c75f0317332625f3ac0a8c65dae8 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 \
@@ -12,7 +14,8 @@ SUBDIRS = \
        third-party \
        debian
 if HAVE_EXT
-SUBDIRS += ext
+SUBDIRS += $(EXT)
+distdir = $(PACKAGE)+ext-$(VERSION)
 endif
 
 DIST_SUBDIRS = $(SUBDIRS)