You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2008/07/11 10:02:29 UTC

svn commit: r675855 - /incubator/thrift/trunk/lib/Makefile.am

Author: dreiss
Date: Fri Jul 11 01:02:29 2008
New Revision: 675855

URL: http://svn.apache.org/viewvc?rev=675855&view=rev
Log:
Add erl back to EXTRA_DIST because it doesn't use Automake.

Modified:
    incubator/thrift/trunk/lib/Makefile.am

Modified: incubator/thrift/trunk/lib/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/Makefile.am?rev=675855&r1=675854&r2=675855&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/Makefile.am (original)
+++ incubator/thrift/trunk/lib/Makefile.am Fri Jul 11 01:02:29 2008
@@ -21,10 +21,13 @@
 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