From 5bc84b277da9ed51e70d070f38688f629e18fb73 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 5 Mar 2015 18:00:29 +0100 Subject: more lua fixes --- tests/url/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/url/GNUmakefile') 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 = \ -- cgit v1.2.3-54-g00ecf