From 8a2cab809aaa0b0eb8ec65082344468d1deac1ca Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 7 Aug 2012 23:25:56 +0200 Subject: 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 :-) --- src/GNUmakefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/GNUmakefile') 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 -- cgit v1.2.3-54-g00ecf