summaryrefslogtreecommitdiff
path: root/tests/url/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-06 19:03:38 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-06 19:03:38 +0200
commit58cd91cf08696e64bf3840fe625b4c66eac7f208 (patch)
treeabe317adcae8ea753fdb8289cec7a42e423845d9 /tests/url/GNUmakefile
parent01bcb80ac096de72694135dff37e2ff70c2ab572 (diff)
downloadcrawler-58cd91cf08696e64bf3840fe625b4c66eac7f208.tar.gz
crawler-58cd91cf08696e64bf3840fe625b4c66eac7f208.tar.bz2
using typeinfo to find correct destruction function for loadable module objects
Diffstat (limited to 'tests/url/GNUmakefile')
-rw-r--r--tests/url/GNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/url/GNUmakefile b/tests/url/GNUmakefile
index 38645c9..62ca063 100644
--- a/tests/url/GNUmakefile
+++ b/tests/url/GNUmakefile
@@ -3,7 +3,9 @@ TOPDIR = ../..
SUBDIRS =
INCLUDE_DIRS = \
- -I$(TOPDIR)/src
+ -I$(TOPDIR)/src \
+ -I$(TOPDIR)/src/modules/urlnormalizer/simpleurl \
+ -I$(TOPDIR)/src/modules/urlnormalizer/googleurl
INCLUDE_LDFLAGS =