Get rid of missing LICENSE files from some Makefile.am
authorDavid Reiss <dreiss@apache.org>
Thu, 2 Apr 2009 00:48:11 +0000 (00:48 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 2 Apr 2009 00:48:11 +0000 (00:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@761137 13f79535-47bb-0310-9956-ffa450edef68

lib/java/Makefile.am
lib/perl/Makefile.am
lib/rb/Makefile.am

index 60be43b..7275f5b 100644 (file)
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-EXTRA_DIST = build.xml src test LICENSE
+EXTRA_DIST = build.xml src test
 
 all-local:
        $(ANT)
index d879636..163d015 100644 (file)
@@ -40,7 +40,6 @@ clean-local:
        rm -f Makefile-perl.mk.old
 
 EXTRA_DIST = \
-       LICENSE \
        Makefile.PL \
        test.pl \
        lib/Thrift.pm \
index 7229883..5ba608c 100644 (file)
@@ -19,7 +19,6 @@
 
 EXTRA_DIST = \
        CHANGELOG \
-       LICENSE \
        Rakefile \
        Manifest \
        setup.rb \