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/inotify.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/src/inotify.cc') diff --git a/server/src/inotify.cc b/server/src/inotify.cc index cba781a..14a47bc 100644 --- a/server/src/inotify.cc +++ b/server/src/inotify.cc @@ -386,9 +386,9 @@ void INotify::clear() } #ifdef TEST_INOTIFY -//deps: debug.cc log.cc -//cflags: -I.. -//libs: +//deps: debug.cc log.cc mutex.cc +//cflags: -I.. $(PTHREAD_CFLAGS) +//libs: $(PTHREAD_LIBS) #include "test.h" #include -- cgit v1.2.3