summaryrefslogtreecommitdiff
path: root/tests/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 /tests/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 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index e2b08bb..09bc024 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -1,6 +1,6 @@
TOPDIR = ..
-SUBDIRS = utils url streamhtmlparser libfetch curl psql sqlite
+SUBDIRS = utils url streamhtmlparser libfetch curl psql sqlite typedetect
-include $(TOPDIR)/makefiles/gmake/sub.mk