summaryrefslogtreecommitdiff
path: root/server/src/httpd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/httpd.cc')
-rw-r--r--server/src/httpd.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/httpd.cc b/server/src/httpd.cc
index 9349697..6682629 100644
--- a/server/src/httpd.cc
+++ b/server/src/httpd.cc
@@ -264,9 +264,9 @@ bool Httpd::is_running_ssl()
}
#ifdef TEST_HTTPD
-//deps: debug.cc log.cc
-//cflags: -I.. $(HTTPD_CFLAGS)
-//libs: $(HTTPD_LIBS) -lcurl
+//deps: debug.cc log.cc mutex.cc
+//cflags: -I.. $(HTTPD_CFLAGS) $(PTHREAD_CFLAGS)
+//libs: $(HTTPD_LIBS) $(CURL_LIBS) $(PTHREAD_LIBS)
#include "test.h"
#include <curl/curl.h>