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 --- src/libcrawler/GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libcrawler/GNUmakefile') diff --git a/src/libcrawler/GNUmakefile b/src/libcrawler/GNUmakefile index e337c4f..a74d128 100755 --- a/src/libcrawler/GNUmakefile +++ b/src/libcrawler/GNUmakefile @@ -34,6 +34,7 @@ INCLUDE_LIBS = \ ifeq ($(WITH_LUA),1) INCLUDE_LIBS += \ + -L$(TOPDIR)/lua/src \ -llua \ $(TOLUA_LIBS) endif -- cgit v1.2.3-54-g00ecf