summaryrefslogtreecommitdiff
path: root/server/src/inotify.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/inotify.cc')
-rw-r--r--server/src/inotify.cc6
1 files changed, 3 insertions, 3 deletions
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 <stdio.h>