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/luaquerymapper.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/src/luaquerymapper.cc') diff --git a/server/src/luaquerymapper.cc b/server/src/luaquerymapper.cc index 56ea1e9..defe1ae 100644 --- a/server/src/luaquerymapper.cc +++ b/server/src/luaquerymapper.cc @@ -262,9 +262,9 @@ std::string LUAQueryMapper::automap(const std::string &name) } #ifdef TEST_LUAQUERYMAPPER -//deps: exception.cc log.cc debug.cc luautil.cc -//cflags: -I.. ${LUA_CFLAGS} -//libs:${LUA_LIBS} +//deps: exception.cc debug.cc log.cc mutex.cc luascript.cc luapraxisd.cc praxisd.cc luautil.cc saxparser.cc configuration.cc +//cflags: -I.. $(PTHREAD_CFLAGS) $(LUA_CFLAGS) $(CURL_CFLAGS) $(EXPAT_CFLAGS) +//libs: $(PTHREAD_LIBS) $(LUA_LIBS) $(CURL_LIBS) $(EXPAT_LIBS) #include TEST_BEGIN; -- cgit v1.2.3