summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2009-02-07 02:36:35 +0000
committerDavid Reiss <dreiss@apache.org>2009-02-07 02:36:35 +0000
commit0b7d6fa5ee27dcfe60ed946c99fbc1c664bb4057 (patch)
tree8a8d7fded45f797c0155f0a16d08371839c3c287 /Makefile.am
parentd20a1d3619efa9edef51364d927bc9a78b37217f (diff)
downloadthrift-0b7d6fa5ee27dcfe60ed946c99fbc1c664bb4057.tar.gz
THRIFT-314. Purge reflection.limited
This was a feature designed to allow a Thrift server to report information about its interface. However, the feature has significant design problems, and is presence is currently causing confusion without doing any good. Therefore, it is being removed. It will always be in source control if and when we are ready to come back to it. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@741824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ff97538c3..cebfc6f8c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I ./aclocal
-SUBDIRS = compiler/cpp lib if test
+SUBDIRS = compiler/cpp lib test
## Don't run make dist from a subversion working copy
## because it will pull in your .svn directories.
EXTRA_DIST = bootstrap.sh cleanup.sh doc test tutorial contrib \