summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-07 08:51:53 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-07 08:51:53 +0200
commite41aee814d41ada4bb9651f8837d1d7b272820f9 (patch)
tree72e193ef99519794d251dc5864c92d8e494eba4a /src
parent6c8d62160c3a5d744f797f06d8c505c5bb8f2622 (diff)
downloadcrawler-e41aee814d41ada4bb9651f8837d1d7b272820f9.tar.gz
crawler-e41aee814d41ada4bb9651f8837d1d7b272820f9.tar.bz2
cleaned up url normalizer tests and made them use module loader
Diffstat (limited to 'src')
-rw-r--r--src/GNUmakefile1
-rw-r--r--src/modules/urlnormalizer/googleurl/GNUmakefile1
-rw-r--r--src/modules/urlnormalizer/simpleurl/GNUmakefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 5a25794..9351c13 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -53,6 +53,7 @@ $(LOCAL_STATIC_LIB): $(LOCAL_STATIC_LIB_OBJS)
ar rcs $(LOCAL_STATIC_LIB) $(LOCAL_STATIC_LIB_OBJS)
local_clean:
+ @-rm -f $(LOCAL_STATIC_LIB)
local_distclean:
diff --git a/src/modules/urlnormalizer/googleurl/GNUmakefile b/src/modules/urlnormalizer/googleurl/GNUmakefile
index cd52be9..6c5283f 100644
--- a/src/modules/urlnormalizer/googleurl/GNUmakefile
+++ b/src/modules/urlnormalizer/googleurl/GNUmakefile
@@ -14,6 +14,7 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)/googleurl/libgoogleurl.a \
+ $(TOPDIR)/src/libcrawlingwolf.a \
-licui18n -licuuc
DYNAMIC_MODULE = \
diff --git a/src/modules/urlnormalizer/simpleurl/GNUmakefile b/src/modules/urlnormalizer/simpleurl/GNUmakefile
index b6fc0a0..46f0e27 100644
--- a/src/modules/urlnormalizer/simpleurl/GNUmakefile
+++ b/src/modules/urlnormalizer/simpleurl/GNUmakefile
@@ -12,6 +12,7 @@ INCLUDE_CXXFLAGS = \
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
+ $(TOPDIR)/src/libcrawlingwolf.a
DYNAMIC_MODULE = \
mod_urlnormalizer_simple.so