From 29f7f8f32f6bf88751e0ef3c8e3f2fba1aac5b8f Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Sat, 26 Jan 2019 09:15:19 -0500 Subject: THRIFT-4743: remove cpp compiler plugin support to simplify the project --- Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1