From b5714ef91ec7210c65e07c8d635c224795f22919 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Thu, 2 Apr 2009 00:48:11 +0000 Subject: [PATCH] Get rid of missing LICENSE files from some Makefile.am git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@761137 13f79535-47bb-0310-9956-ffa450edef68 --- lib/java/Makefile.am | 2 +- lib/perl/Makefile.am | 1 - lib/rb/Makefile.am | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/java/Makefile.am b/lib/java/Makefile.am index 60be43b5..7275f5bf 100644 --- a/lib/java/Makefile.am +++ b/lib/java/Makefile.am @@ -17,7 +17,7 @@ # under the License. # -EXTRA_DIST = build.xml src test LICENSE +EXTRA_DIST = build.xml src test all-local: $(ANT) diff --git a/lib/perl/Makefile.am b/lib/perl/Makefile.am index d879636e..163d0158 100644 --- a/lib/perl/Makefile.am +++ b/lib/perl/Makefile.am @@ -40,7 +40,6 @@ clean-local: rm -f Makefile-perl.mk.old EXTRA_DIST = \ - LICENSE \ Makefile.PL \ test.pl \ lib/Thrift.pm \ diff --git a/lib/rb/Makefile.am b/lib/rb/Makefile.am index 7229883b..5ba608c1 100644 --- a/lib/rb/Makefile.am +++ b/lib/rb/Makefile.am @@ -19,7 +19,6 @@ EXTRA_DIST = \ CHANGELOG \ - LICENSE \ Rakefile \ Manifest \ setup.rb \ -- 2.17.1