Move '-x objective-c++' from CXXFLAGS to CPPFLAGS

This commit is contained in:
Cody Russell 2009-09-18 22:37:22 -05:00
parent 5f126bec3a
commit 57fa8e8124

View File

@ -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