summaryrefslogtreecommitdiff
path: root/src/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/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/GNUmakefile')
-rw-r--r--src/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 8f1657e..11bc63f 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -23,7 +23,8 @@ INCLUDE_LIBS += \
endif
LOCAL_STATIC_LIB_OBJS = \
- URL.o
+ URL.o \
+ MIMEType.o
CPP_OBJS = \
$(LOCAL_STATIC_LIB_OBJS)