From 920ba33a9d12a3d2117112ce5676f606d708964c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 8 Aug 2012 21:40:10 +0200 Subject: added a file rewind input stream started to add MIME type detection and a module based on libmagic (not finished yet) --- src/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/GNUmakefile') 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) -- cgit v1.2.3-54-g00ecf