summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-07 23:25:56 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-07 23:25:56 +0200
commit8a2cab809aaa0b0eb8ec65082344468d1deac1ca (patch)
treebcc304674d1e2b0a970883206a75175e1ebf6430 /src/GNUmakefile
parent6586912d3a24e3f7a361c65f56f530b2241f5029 (diff)
downloadcrawler-8a2cab809aaa0b0eb8ec65082344468d1deac1ca.tar.gz
crawler-8a2cab809aaa0b0eb8ec65082344468d1deac1ca.tar.bz2
started modularization of URL filters
better registry function for loading the module (base class as signature) started to support variable arguments for registry create/constructor (work in progress) playing with some Alexandrescu idions :-)
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 4948b49..906f3ea 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -31,9 +31,6 @@ LOCAL_STATIC_LIB_OBJS = \
LibFetchFetcher.o \
LibFetchRewindInputStream.o \
HTMLLinkExtractProcessor.o \
- ProtocolURLFilter.o \
- HostURLFilter.o \
- ChainURLFilter.o \
MemoryURLSeen.o
CPP_OBJS = \
@@ -42,8 +39,8 @@ CPP_OBJS = \
LOCAL_STATIC_LIB = \
libcrawlingwolf.a
-CPP_BINS = \
- crawlingwolf$(EXE)
+#CPP_BINS = \
+# crawlingwolf$(EXE)
-include $(TOPDIR)/makefiles/gmake/sub.mk