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/httpd.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/src/httpd.cc') 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 -- cgit v1.2.3