summaryrefslogtreecommitdiff
path: root/server/src/widgetvalue.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/widgetvalue.cc')
-rw-r--r--server/src/widgetvalue.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/widgetvalue.cc b/server/src/widgetvalue.cc
index 71f27f4..7e176bb 100644
--- a/server/src/widgetvalue.cc
+++ b/server/src/widgetvalue.cc
@@ -137,9 +137,9 @@ bool getValue(Value &value,
#ifdef TEST_WIDGETVALUE
-//deps: debug.cc exception.cc log.cc configuration.cc luaquerymapper.cc
-//cflags: -I.. $(LUA_CXXFLAGS)
-//libs: $(LUA_LIBS)
+//deps: debug.cc exception.cc log.cc configuration.cc luaquerymapper.cc mutex.cc luautil.cc
+//cflags: -I.. $(LUA_CXXFLAGS) $(PTHREAD_CFLAGS)
+//libs: $(LUA_LIBS) $(PTHREAD_LIBS)
#include "test.h"
TEST_BEGIN;