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