From 4cb96d5377df049bd49bb6c0a109d89fcbd015ff Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Sep 2012 15:15:28 +0200 Subject: fixed some linker errors on FreeBSD (should also affect Linux, but there everything worked?) --- tests/modules/testmod2/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/modules/testmod2/GNUmakefile') diff --git a/tests/modules/testmod2/GNUmakefile b/tests/modules/testmod2/GNUmakefile index 2511adb..9dec234 100755 --- a/tests/modules/testmod2/GNUmakefile +++ b/tests/modules/testmod2/GNUmakefile @@ -13,7 +13,7 @@ INCLUDE_DIRS = \ INCLUDE_CXXFLAGS = \ INCLUDE_LDFLAGS = \ - -L$(TOPDIR)/src + -L$(TOPDIR)/src/libcrawler INCLUDE_LIBS = \ -lcrawler -- cgit v1.2.3-54-g00ecf