Perl library should honor the INSTALLDIRS variable
authorKevin Clark <kclark@apache.org>
Mon, 2 Mar 2009 23:29:54 +0000 (23:29 +0000)
committerKevin Clark <kclark@apache.org>
Mon, 2 Mar 2009 23:29:54 +0000 (23:29 +0000)
Author: Esteve Fernandez

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@749472 13f79535-47bb-0310-9956-ffa450edef68

lib/perl/Makefile.am

index fba568e..d942002 100644 (file)
@@ -1,7 +1,7 @@
 SUBDIRS = test
 
 Makefile-perl.mk : Makefile.PL
-       $(PERL) Makefile.PL MAKEFILE=Makefile-perl.mk
+       $(PERL) Makefile.PL MAKEFILE=Makefile-perl.mk INSTALLDIRS=$(INSTALLDIRS)
 
 all-local: Makefile-perl.mk
        $(MAKE) -f Makefile-perl.mk