diff options
author | Cody Russell <bratsche@gnome.org> | 2009-09-18 22:37:22 -0500 |
---|---|---|
committer | Cody Russell <bratsche@gnome.org> | 2009-09-18 22:37:22 -0500 |
commit | 57fa8e81240a6cd6c4ec1b69087ed21bdd9f5257 (patch) | |
tree | f5e42c51665843f8fd60107132ea2fffe03fd53b /tests | |
parent | 5f126bec3a2819ab04e90f2b33d323c8e634770e (diff) | |
download | gtk+-57fa8e81240a6cd6c4ec1b69087ed21bdd9f5257.tar.gz |
Move '-x objective-c++' from CXXFLAGS to CPPFLAGS
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5b7e33ef56..8956c65888 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -102,8 +102,7 @@ autotestkeywords_SOURCES = autotestkeywords.cc autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers if HAVE_OBJC -autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -autotestkeywords_CXXFLAGS = -x objective-c++ +autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++ endif endif |