summaryrefslogtreecommitdiff
path: root/tests/modules/testmod/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-02 13:07:14 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-02 13:07:14 +0200
commit13da385aa7f5e9a9f52288fd7735d6dc806fab73 (patch)
tree15095ef90056092c59042da092a7ff330920223e /tests/modules/testmod/GNUmakefile
parentda6dc57663d8934f84d6328c9d5d15b06962991e (diff)
downloadcrawler-13da385aa7f5e9a9f52288fd7735d6dc806fab73.tar.gz
crawler-13da385aa7f5e9a9f52288fd7735d6dc806fab73.tar.bz2
prefer dynamic to static linking (linking a non-PIC .a library
into a module is illegal, but on Linux!)
Diffstat (limited to 'tests/modules/testmod/GNUmakefile')
-rwxr-xr-xtests/modules/testmod/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/modules/testmod/GNUmakefile b/tests/modules/testmod/GNUmakefile
index 233f65e..01dbfee 100755
--- a/tests/modules/testmod/GNUmakefile
+++ b/tests/modules/testmod/GNUmakefile
@@ -10,9 +10,10 @@ INCLUDE_DIRS = \
INCLUDE_CXXFLAGS = \
INCLUDE_LDFLAGS = \
+ -L$(TOPDIR)/src
INCLUDE_LIBS = \
- $(TOPDIR)/src/libcrawler.a
+ -lcrawler
DYNAMIC_MODULE = \
mod_test.so