summaryrefslogtreecommitdiff
path: root/compiler/cpp/Makefile.am
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2008-11-20 21:24:32 +0000
committerDavid Reiss <dreiss@apache.org>2008-11-20 21:24:32 +0000
commit466b3fafcdcc52aa6423738caf83676acc65f916 (patch)
tree9a3682625bbd8862505b5b8655c8382b4883e56a /compiler/cpp/Makefile.am
parent8c28df256913e8c2fdfb64538ffcb7f9f4b9bd91 (diff)
downloadthrift-466b3fafcdcc52aa6423738caf83676acc65f916.tar.gz
Remove compiler/cpp/version.h in "make clean"
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@719380 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'compiler/cpp/Makefile.am')
-rw-r--r--compiler/cpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am
index eb46a53e6..024f44350 100644
--- a/compiler/cpp/Makefile.am
+++ b/compiler/cpp/Makefile.am
@@ -83,7 +83,7 @@ thrift_LDADD = @LEXLIB@
EXTRA_DIST = README
clean-local:
- $(RM) thriftl.cc thrifty.cc thrifty.h
+ $(RM) thriftl.cc thrifty.cc thrifty.h version.h
src/main.cc: version.h