summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-08 17:27:06 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-08 17:27:06 +0200
commit5e1a0dec4672f70d10b82364274353962d2d26f6 (patch)
tree5b4b9d504bac7d55f29f2e6eaad8b53f3d3eff05 /src/GNUmakefile
parentd560a4920cdd16904a71640e0cfc380ea34e9e6f (diff)
downloadcrawler-5e1a0dec4672f70d10b82364274353962d2d26f6.tar.gz
crawler-5e1a0dec4672f70d10b82364274353962d2d26f6.tar.bz2
modularized all other modules
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile10
1 files changed, 1 insertions, 9 deletions
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)