From b8594b8cb9118b5e95b30d4e7d87c736a0f74fbc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 10 Aug 2012 14:06:40 +0200 Subject: Fix compilation of all tests. --- server/src/macroheaderparser.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/src/macroheaderparser.cc') diff --git a/server/src/macroheaderparser.cc b/server/src/macroheaderparser.cc index 3262888..8db14dc 100644 --- a/server/src/macroheaderparser.cc +++ b/server/src/macroheaderparser.cc @@ -146,9 +146,9 @@ Macro *MacroHeaderParser::getMacro() } #ifdef TEST_MACROHEADERPARSER -//deps: debug.cc log.cc saxparser.cc exception.cc -//cflags: -I.. $(EXPAT_CFLAGS) -//libs: $(EXPAT_LIBS) +//deps: debug.cc log.cc saxparser.cc exception.cc mutex.cc +//cflags: -I.. $(EXPAT_CFLAGS) $(PTHREAD_CFLAGS) +//libs: $(EXPAT_LIBS) $(PTHREAD_LIBS) #include #define XMLFILE "/tmp/test_macroheaderparser.xml" -- cgit v1.2.3