From 01bcb80ac096de72694135dff37e2ff70c2ab572 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 6 Aug 2012 17:16:08 +0200 Subject: first steps to make URL loader loadable --- src/GNUmakefile | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index eaf57c8..5a25794 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -1,6 +1,6 @@ TOPDIR = .. -SUBDIRS = +SUBDIRS = modules -include $(TOPDIR)/makefiles/gmake/platform.mk @@ -10,14 +10,11 @@ INCLUDE_LDFLAGS = \ INCLUDE_DIRS = \ -I$(TOPDIR)/libfetch \ - -I$(TOPDIR)/streamhtmlparser \ - -I$(TOPDIR)/googleurl + -I$(TOPDIR)/streamhtmlparser INCLUDE_LIBS = \ $(TOPDIR)/libfetch/libfetch.a \ - $(TOPDIR)/streamhtmlparser/libstreamhtmlparser.a \ - $(TOPDIR)/googleurl/libgoogleurl.a \ - -licui18n -licuuc + $(TOPDIR)/streamhtmlparser/libstreamhtmlparser.a # openssl ifeq ($(WITH_SSL),1) @@ -33,14 +30,11 @@ LOCAL_STATIC_LIB_OBJS = \ URL.o \ LibFetchFetcher.o \ LibFetchRewindInputStream.o \ - Deduper.o \ HTMLLinkExtractProcessor.o \ ProtocolURLFilter.o \ HostURLFilter.o \ ChainURLFilter.o \ - MemoryURLSeen.o \ - SimpleURLNormalizer.o \ - GoogleURLNormalizer.o + MemoryURLSeen.o CPP_OBJS = \ $(LOCAL_STATIC_LIB_OBJS) -- cgit v1.2.3-54-g00ecf