summaryrefslogtreecommitdiff
path: root/desktop/save_pdf
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/save_pdf')
-rw-r--r--desktop/save_pdf/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/save_pdf/Makefile b/desktop/save_pdf/Makefile
new file mode 100644
index 000000000..cf1f978e6
--- /dev/null
+++ b/desktop/save_pdf/Makefile
@@ -0,0 +1,6 @@
+# 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))