projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac81cc
)
Put "+ext" in the distribution filename if OpenFlow extensions are included.
author
Ben Pfaff
<blp@nicira.com>
Wed, 17 Sep 2008 17:50:27 +0000
(10:50 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 17 Sep 2008 17:50:27 +0000
(10:50 -0700)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 96f2145d819045cbfb89936c7d014d73738cd5c2..782ce711b701d695ab3a3840d0f9d7aace300e2e 100644
(file)
--- 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)