summaryrefslogtreecommitdiff
path: root/tests/url/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-03-05 18:00:29 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-03-05 18:00:29 +0100
commit5bc84b277da9ed51e70d070f38688f629e18fb73 (patch)
tree39821eedde78c06370c4875c539525f382cac001 /tests/url/GNUmakefile
parent8c195035bc14f186fa46abdad59b036bb2840b4b (diff)
downloadcrawler-5bc84b277da9ed51e70d070f38688f629e18fb73.tar.gz
crawler-5bc84b277da9ed51e70d070f38688f629e18fb73.tar.bz2
more lua fixes
Diffstat (limited to 'tests/url/GNUmakefile')
-rw-r--r--tests/url/GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/url/GNUmakefile b/tests/url/GNUmakefile
index 60ec5cf..f2bbd0c 100644
--- a/tests/url/GNUmakefile
+++ b/tests/url/GNUmakefile
@@ -22,6 +22,9 @@ endif
ifeq ($(WITH_LUA),1)
INCLUDE_CXXFLAGS += \
-DWITH_LUA
+
+INCLUDE_LDFLAGS += \
+ -L$(TOPDIR)/lua/src
endif
INCLUDE_LDFLAGS = \