summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorBryan Duxbury <bryanduxbury@apache.org>2010-05-02 22:39:31 +0000
committerBryan Duxbury <bryanduxbury@apache.org>2010-05-02 22:39:31 +0000
commit6a681873383b931c82f5a4ddafb0c58547516eca (patch)
tree26d49d0407697f3138523636eb6024ed1f470424 /lib/Makefile.am
parent06491d7bb591f8b55d4be6b116b246c56af66511 (diff)
downloadthrift-6a681873383b931c82f5a4ddafb0c58547516eca.tar.gz
THRIFT-647. php: PHP library is missing install target
This patch adds a 'make install' target to a new PHP makefile. Patch: Anthony Molinaro git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@940325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3558dd803..a7ae651e4 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -44,6 +44,10 @@ if WITH_PERL
SUBDIRS += perl
endif
+if WITH_PHP
+SUBDIRS += php
+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 = \