From: Ben Pfaff Date: Wed, 17 Sep 2008 17:50:27 +0000 (-0700) Subject: Put "+ext" in the distribution filename if OpenFlow extensions are included. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b9bb68d935aa0206952853c75dc74268324d3f3f;p=sliver-openvswitch.git Put "+ext" in the distribution filename if OpenFlow extensions are included. --- diff --git a/Makefile.am b/Makefile.am index 96f2145d8..782ce711b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,7 @@ SUBDIRS = \ debian if HAVE_EXT SUBDIRS += ext +distdir = $(PACKAGE)+ext-$(VERSION) endif DIST_SUBDIRS = $(SUBDIRS)