summaryrefslogtreecommitdiff
path: root/content/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-03-08 14:40:09 +0000
committerVincent Sanders <vince@kyllikki.org>2014-05-12 23:47:43 +0100
commit657abbd245dc777f61314ad476deb821cff0b90a (patch)
tree08e738f76b2e23870f87aa451582199a19a99c31 /content/Makefile
parentccc9ad969b61758184e1b9129ce257cdd7c7ab4e (diff)
downloadnetsurf-657abbd245dc777f61314ad476deb821cff0b90a.tar.gz
netsurf-657abbd245dc777f61314ad476deb821cff0b90a.tar.bz2
low level source data cache backing store interface.
Diffstat (limited to 'content/Makefile')
-rw-r--r--content/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/Makefile b/content/Makefile
index 557e6c787..6482f30a8 100644
--- a/content/Makefile
+++ b/content/Makefile
@@ -1,6 +1,6 @@
# Content sources
S_CONTENT := content.c content_factory.c dirlist.c fetch.c hlcache.c \
- llcache.c mimesniff.c urldb.c
+ llcache.c mimesniff.c urldb.c no_backing_store.c
-S_CONTENT := $(addprefix content/,$(S_CONTENT)) \ No newline at end of file
+S_CONTENT := $(addprefix content/,$(S_CONTENT))