From 6807fa854da64166e84efd0074b1e4dfeb5d8b17 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Sep 2011 06:28:09 +0000 Subject: Sniff content types where appropriate. We never sniff for CSS, nor for non-page artefacts (e.g. treeview icons) svn path=/trunk/netsurf/; revision=12707 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 84f772e42..8689e8961 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -5,7 +5,7 @@ # S_CONTENT := content.c content_factory.c dirlist.c fetch.c hlcache.c \ - llcache.c urldb.c + llcache.c mimesniff.c urldb.c S_FETCHERS := curl.c data.c file.c about.c resource.c -- cgit v1.2.3