summaryrefslogtreecommitdiff
path: root/content/handlers/pdf/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-12-31 00:05:28 +0000
committerVincent Sanders <vince@kyllikki.org>2019-09-30 15:32:34 +0100
commitca40e217685d04f83459645a660c891a18b01def (patch)
treeb7ebf0424a2b35d4079e2c99987383e181da59b1 /content/handlers/pdf/Makefile
parent1dd9f4f2e44b17d38c5b109b573e3eb17c13420b (diff)
downloadnetsurf-ca40e217685d04f83459645a660c891a18b01def.tar.gz
netsurf-ca40e217685d04f83459645a660c891a18b01def.tar.bz2
Add initial content handler for PDF format
Diffstat (limited to 'content/handlers/pdf/Makefile')
-rw-r--r--content/handlers/pdf/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/content/handlers/pdf/Makefile b/content/handlers/pdf/Makefile
new file mode 100644
index 000000000..32d6e27b2
--- /dev/null
+++ b/content/handlers/pdf/Makefile
@@ -0,0 +1,11 @@
+#
+# NetSurf pdf source file inclusion
+#
+# Included by content handlers Makefile
+#
+
+ifeq ($(NETSURF_USE_NSPDF),YES)
+S_PDF := pdf.c
+else
+S_PDF :=
+endif