summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 4948b49..906f3ea 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -31,9 +31,6 @@ LOCAL_STATIC_LIB_OBJS = \
LibFetchFetcher.o \
LibFetchRewindInputStream.o \
HTMLLinkExtractProcessor.o \
- ProtocolURLFilter.o \
- HostURLFilter.o \
- ChainURLFilter.o \
MemoryURLSeen.o
CPP_OBJS = \
@@ -42,8 +39,8 @@ CPP_OBJS = \
LOCAL_STATIC_LIB = \
libcrawlingwolf.a
-CPP_BINS = \
- crawlingwolf$(EXE)
+#CPP_BINS = \
+# crawlingwolf$(EXE)
-include $(TOPDIR)/makefiles/gmake/sub.mk