Put "+ext" in the distribution filename if OpenFlow extensions are included.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Sep 2008 17:50:27 +0000 (10:50 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Sep 2008 17:50:27 +0000 (10:50 -0700)
Makefile.am

index 96f2145d819045cbfb89936c7d014d73738cd5c2..782ce711b701d695ab3a3840d0f9d7aace300e2e 100644 (file)
@@ -13,6 +13,7 @@ SUBDIRS = \
        debian
 if HAVE_EXT
 SUBDIRS += ext
+distdir = $(PACKAGE)+ext-$(VERSION)
 endif
 
 DIST_SUBDIRS = $(SUBDIRS)