commit | a392566e9b31edfb3f3da9bb09dc193215c285c2 | [log] [tgz] |
---|---|---|
author | Kevin Wojniak <kainjow@users.noreply.github.com> | Mon Jul 01 11:07:45 2019 -0700 |
committer | James E. King III <jking@apache.org> | Mon Jul 01 14:07:45 2019 -0400 |
tree | 458b19f71b31758494e866993b966fc1a7e77d33 | |
parent | 3711d9081095551c04980d328a2e4729d9730219 [diff] [blame] |
THRIFT-4896 - prevent cpp and c_glib include directories from leaking into other targets (#1821) - enable the automake `nostdinc` option - fix up include paths
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index 114ff17..9b5fb4c 100755 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am
@@ -17,7 +17,7 @@ # under the License. # -AUTOMAKE_OPTIONS = subdir-objects +AUTOMAKE_OPTIONS = subdir-objects nostdinc moc__%.cpp: %.h $(QT5_MOC) $(QT5_CFLAGS) $< -o $@