From 5e1a0dec4672f70d10b82364274353962d2d26f6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 8 Aug 2012 17:27:06 +0200 Subject: modularized all other modules --- src/GNUmakefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 2b7c38e..8f1657e 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -9,12 +9,8 @@ INCLUDE_CPPFLAGS = \ INCLUDE_LDFLAGS = \ INCLUDE_DIRS = \ - -I$(TOPDIR)/libfetch \ - -I$(TOPDIR)/streamhtmlparser INCLUDE_LIBS = \ - $(TOPDIR)/libfetch/libfetch.a \ - $(TOPDIR)/streamhtmlparser/libstreamhtmlparser.a # openssl ifeq ($(WITH_SSL),1) @@ -27,11 +23,7 @@ INCLUDE_LIBS += \ endif LOCAL_STATIC_LIB_OBJS = \ - URL.o \ - LibFetchFetcher.o \ - LibFetchRewindInputStream.o \ - HTMLLinkExtractProcessor.o \ - MemoryURLSeen.o + URL.o CPP_OBJS = \ $(LOCAL_STATIC_LIB_OBJS) -- cgit v1.2.3-54-g00ecf