Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f0c21a7
)
Add erl back to EXTRA_DIST because it doesn't use Automake.
author
David Reiss
<dreiss@apache.org>
Fri, 11 Jul 2008 08:02:29 +0000
(08:02 +0000)
committer
David Reiss
<dreiss@apache.org>
Fri, 11 Jul 2008 08:02:29 +0000
(08:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@675855
13f79535
-47bb-0310-9956-
ffa450edef68
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index
0765f03
..
32240ae
100644
(file)
--- a/
lib/Makefile.am
+++ b/
lib/Makefile.am
@@
-21,10
+21,13
@@
if ENABLE_RUBY
SUBDIRS += rb
endif
+# All of the libs that don't use Automake need to go in here
+# so they will end up in our release tarballs.
EXTRA_DIST = \
cocoa \
hs \
ocaml \
perl \
php \
+ erl \
st