From b9bb68d935aa0206952853c75dc74268324d3f3f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 17 Sep 2008 10:50:27 -0700 Subject: [PATCH] Put "+ext" in the distribution filename if OpenFlow extensions are included. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 96f2145d..782ce711 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) -- 2.30.2