summaryrefslogtreecommitdiff
path: root/content/handlers/pdf/Makefile
diff options
context:
space:
mode:
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