summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
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)