summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile14
1 files changed, 4 insertions, 10 deletions
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)