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/courseparser.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/src/courseparser.cc') diff --git a/server/src/courseparser.cc b/server/src/courseparser.cc index af78ca1..0a9bbd9 100644 --- a/server/src/courseparser.cc +++ b/server/src/courseparser.cc @@ -160,9 +160,9 @@ Course *CourseParser::getCourse() } #ifdef TEST_COURSEPARSER -//deps: saxparser.cc debug.cc log.cc exception.cc -//cflags: -I.. $(EXPAT_CFLAGS) -//libs: $(EXPAT_LIBS) +//deps: saxparser.cc debug.cc log.cc exception.cc mutex.cc +//cflags: -I.. $(EXPAT_CFLAGS) $(PTHREAD_CFLAGS) +//libs: $(EXPAT_LIBS) $(PTHREAD_LIBS) #include "test.h" TEST_BEGIN; -- cgit v1.2.3