summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-09-04 06:28:09 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-09-04 06:28:09 +0000
commit6807fa854da64166e84efd0074b1e4dfeb5d8b17 (patch)
tree998672af3a94f2eac0434cc138efa151ebcd603b /Makefile.sources
parent9ee4f6146e06f6d142cc98a2bc600a49b4a3ddc6 (diff)
downloadnetsurf-6807fa854da64166e84efd0074b1e4dfeb5d8b17.tar.gz
netsurf-6807fa854da64166e84efd0074b1e4dfeb5d8b17.tar.bz2
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
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
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