summaryrefslogtreecommitdiff
path: root/src/modules/fetcher/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-08 21:40:10 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-08 21:40:10 +0200
commit920ba33a9d12a3d2117112ce5676f606d708964c (patch)
tree059dfb115273f4b9617bd5016151d69212a4913f /src/modules/fetcher/GNUmakefile
parent3fb1aad6a170b546c193ecc12c8957a628840d52 (diff)
downloadcrawler-920ba33a9d12a3d2117112ce5676f606d708964c.tar.gz
crawler-920ba33a9d12a3d2117112ce5676f606d708964c.tar.bz2
added a file rewind input stream
started to add MIME type detection and a module based on libmagic (not finished yet)
Diffstat (limited to 'src/modules/fetcher/GNUmakefile')
-rw-r--r--src/modules/fetcher/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/fetcher/GNUmakefile b/src/modules/fetcher/GNUmakefile
index 526e9e5..89dfe93 100644
--- a/src/modules/fetcher/GNUmakefile
+++ b/src/modules/fetcher/GNUmakefile
@@ -1,6 +1,6 @@
TOPDIR = ../../..
-SUBDIRS = libfetch
+SUBDIRS = libfetch file
-include $(TOPDIR)/makefiles/gmake/sub.mk