summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-26 09:15:19 -0500
committerJames E. King III <jking@apache.org>2019-01-26 23:53:38 -0500
commit29f7f8f32f6bf88751e0ef3c8e3f2fba1aac5b8f (patch)
tree8237187ddf8cb2b04881486dd19ec46e259cb180 /Makefile.am
parent3f559940c23deed67c61e1e8fd92e1aa5a6f108d (diff)
downloadthrift-29f7f8f32f6bf88751e0ef3c8e3f2fba1aac5b8f.tar.gz
THRIFT-4743: remove cpp compiler plugin support to simplify the project
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 104d3705a..1f2d4836a 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,15 +19,7 @@
ACLOCAL_AMFLAGS = -I ./aclocal
-if WITH_PLUGIN
-# To enable bootstrap, build order is lib/cpp -> compiler -> others
-SUBDIRS = lib/cpp compiler/cpp lib
-if WITH_TESTS
-SUBDIRS += lib/cpp/test
-endif
-else
SUBDIRS = compiler/cpp lib
-endif
if WITH_TESTS
SUBDIRS += test