summaryrefslogtreecommitdiff
path: root/server/src/macroheaderparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/macroheaderparser.cc')
-rw-r--r--server/src/macroheaderparser.cc6
1 files changed, 3 insertions, 3 deletions
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 <test.h>
#define XMLFILE "/tmp/test_macroheaderparser.xml"