summaryrefslogtreecommitdiff
path: root/compiler/cpp/Makefile.am
diff options
context:
space:
mode:
authorKevin Wojniak <kainjow@users.noreply.github.com>2019-07-01 11:07:45 -0700
committerJames E. King III <jking@apache.org>2019-07-01 14:07:45 -0400
commita392566e9b31edfb3f3da9bb09dc193215c285c2 (patch)
tree458b19f71b31758494e866993b966fc1a7e77d33 /compiler/cpp/Makefile.am
parent3711d9081095551c04980d328a2e4729d9730219 (diff)
downloadthrift-a392566e9b31edfb3f3da9bb09dc193215c285c2.tar.gz
THRIFT-4896 - prevent cpp and c_glib include directories from leaking into other targets (#1821)
- enable the automake `nostdinc` option - fix up include paths
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 9a3aeda56..91801c6ab 100644
--- a/compiler/cpp/Makefile.am
+++ b/compiler/cpp/Makefile.am
@@ -21,7 +21,7 @@
# Please see doc/old-thrift-license.txt in the Thrift distribution for
# details.
-AUTOMAKE_OPTIONS = subdir-objects
+AUTOMAKE_OPTIONS = subdir-objects nostdinc
SUBDIRS = src .
if WITH_TESTS