summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-01-05 15:40:09 +0000
committerVincent Sanders <vince@kyllikki.org>2018-01-05 15:40:09 +0000
commitad6da4a71f2b837a791401e658a16bf6903fd3b5 (patch)
tree761f5e5a80a907721ff596f7f82cec85a160edad /src/Makefile
parenta65babe2fbd341f9d12a50a9530682ef1e015b58 (diff)
downloadlibnspdf-ad6da4a71f2b837a791401e658a16bf6903fd3b5.tar.gz
libnspdf-ad6da4a71f2b837a791401e658a16bf6903fd3b5.tar.bz2
split out page handling into new module
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c4ddc7f..09bde65 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,3 +1,3 @@
-DIR_SOURCES := document.c byte_class.c cos_parse.c cos_object.c pdf_doc.c meta.c
+DIR_SOURCES := document.c byte_class.c cos_parse.c cos_object.c pdf_doc.c meta.c page.c
include $(NSBUILD)/Makefile.subdir