summaryrefslogtreecommitdiff
path: root/server/src/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/util.cc')
-rw-r--r--server/src/util.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/util.cc b/server/src/util.cc
index 4c049bd..d1085a4 100644
--- a/server/src/util.cc
+++ b/server/src/util.cc
@@ -77,9 +77,9 @@ void printcolumn(std::string text, size_t width)
}
#ifdef TEST_UTIL
-//deps: configuration.cc debug.cc log.cc
-//cflags: -I..
-//libs:
+//deps: configuration.cc debug.cc log.cc mutex.cc
+//cflags: -I.. $(PTHREAD_CFLAGS)
+//libs: $(PTHREAD_LIBS)
#include <test.h>
TEST_BEGIN;