netsurf/desktop/save_pdf/Makefile

7 lines
177 B
Makefile

# PDF saving sources
# S_PDF are sources of the pdf plotter + the ones for paged-printing
S_PDF := pdf_plotters.c font_haru.c
S_PDF := $(addprefix desktop/save_pdf/,$(S_PDF))