summaryrefslogtreecommitdiff
path: root/server/src/connectionpool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/connectionpool.cc')
-rw-r--r--server/src/connectionpool.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/connectionpool.cc b/server/src/connectionpool.cc
index 743bb68..07e6aa2 100644
--- a/server/src/connectionpool.cc
+++ b/server/src/connectionpool.cc
@@ -33,8 +33,8 @@
#ifdef TEST_CONNECTIONPOOL
//deps: mutex.cc semaphore.cc
-//cflags:
-//libs: -lpthread
+//cflags: $(PTHREAD_CFLAGS)
+//libs: $(PTHREAD_LIBS)
#include <test.h>
#include <unistd.h>
#include <pthread.h>