summaryrefslogtreecommitdiff
path: root/compiler/cpp/Makefile.am
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2009-02-17 20:28:28 +0000
committerDavid Reiss <dreiss@apache.org>2009-02-17 20:28:28 +0000
commitbba692833dd045d2d60a4d3fd7ae52723258fc05 (patch)
tree4fe24dd3fa4f62453051952ac09bf96d9b1a8028 /compiler/cpp/Makefile.am
parenta9ea68b907fe5fc2f5f06ba742e9fc1d849c7775 (diff)
downloadthrift-bba692833dd045d2d60a4d3fd7ae52723258fc05.tar.gz
Remove t_php_generator.h.
t_php_generator.h is no longer included anywhere, because the PHP generator uses the new dynamic generator framework. Therefore, we can collapse the class definition into the .cc file. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@745239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'compiler/cpp/Makefile.am')
-rw-r--r--compiler/cpp/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am
index 4fc463727..ed601b7ac 100644
--- a/compiler/cpp/Makefile.am
+++ b/compiler/cpp/Makefile.am
@@ -34,8 +34,7 @@ thrift_SOURCES = src/thrifty.yy \
src/parse/t_const.h \
src/parse/t_const_value.h \
src/generate/t_generator.h \
- src/generate/t_oop_generator.h \
- src/generate/t_php_generator.h
+ src/generate/t_oop_generator.h
if THRIFT_GEN_cpp
thrift_SOURCES += src/generate/t_cpp_generator.cc