summaryrefslogtreecommitdiff
path: root/content/handlers/pdf/Makefile
blob: 32d6e27b2aa76ebc20edf535f6b2252a8f48facd (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# NetSurf pdf source file inclusion
#
# Included by content handlers Makefile
#

ifeq ($(NETSURF_USE_NSPDF),YES)
S_PDF := pdf.c
else
S_PDF :=
endif