cppunit-config was not called when compiling C++ code, therefore it was only found if in the default search path

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@272 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2006-11-01 12:40:44 +00:00
parent f11958159e
commit fea15b952d

View file

@ -58,7 +58,7 @@ TestEvolution_SOURCES = \
TestEvolution.cpp \
$(CORE_SOURCES)
TestEvolution_CFLAGS = `cppunit-config --cflags`
TestEvolution_CXXFLAGS = `cppunit-config --cflags`
TestEvolution_LDFLAGS = `cppunit-config --libs`
TestEvolution_LDADD = $(CORE_LDADD)