summaryrefslogtreecommitdiff
path: root/content/handlers/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-12-31 00:05:28 +0000
committerVincent Sanders <vince@kyllikki.org>2020-12-11 16:17:27 +0000
commit399d7189f21ad41bd80e11d5ff8da4037edfc1c2 (patch)
treed33b460100416c64630d1006a0a8aaf86bd58d5e /content/handlers/Makefile
parent434f6c3fe7d1d2c6a3e6ae6338608a4a4421ab1b (diff)
downloadnetsurf-399d7189f21ad41bd80e11d5ff8da4037edfc1c2.tar.gz
netsurf-399d7189f21ad41bd80e11d5ff8da4037edfc1c2.tar.bz2
Add initial content handler for PDF format
Diffstat (limited to 'content/handlers/Makefile')
-rw-r--r--content/handlers/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/handlers/Makefile b/content/handlers/Makefile
index ea9d0c84d..b88f3cacd 100644
--- a/content/handlers/Makefile
+++ b/content/handlers/Makefile
@@ -23,5 +23,10 @@ include content/handlers/text/Makefile
S_CONTENT += $(addprefix handlers/text/,$(S_TEXT))
+# PDF content handler source
+include content/handlers/pdf/Makefile
+
+S_CONTENT += $(addprefix handlers/pdf/,$(S_PDF))
+
# extend the include search path
INCLUDE_DIRS += content/handlers