commit | 538e36c645d6e56748c6af3ef80ef21b26646ed2 | [log] [tgz] |
---|---|---|
author | Kengo Seki <sekikn@apache.org> | Fri Oct 18 22:09:01 2019 +0900 |
committer | Duru Can Celasun <dcelasun@apache.org> | Fri Oct 18 14:09:01 2019 +0100 |
tree | 22efe3c040c424418248a4ef67df9e61ead990ba | |
parent | 9f0548e05f1b1383cc122148d60cc40383ce599e [diff] [blame] |
THRIFT-4975: Add Makefile.am to the PHP tutorial Client: php This closes #1900.
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am index 9160ad0..49d18fb 100755 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am
@@ -87,6 +87,10 @@ SUBDIRS += perl endif +if WITH_PHP +SUBDIRS += php +endif + # # generate html for ThriftTest.thrift # @@ -108,7 +112,6 @@ erl \ hs \ ocaml \ - php \ shared.thrift \ tutorial.thrift \ README.md