git://git.onelab.eu
/
sliver-openvswitch.git
/ 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
96f2145
..
782ce71
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)