summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-12-31 18:03:41 +0000
committerVincent Sanders <vince@kyllikki.org>2017-12-31 18:09:39 +0000
commita65babe2fbd341f9d12a50a9530682ef1e015b58 (patch)
tree426c8930746531a21c44e273d4cdc243fe5a66c6 /src/Makefile
parent31b1f792826f51e9271475d124c3a1df4aa5116b (diff)
downloadlibnspdf-a65babe2fbd341f9d12a50a9530682ef1e015b58.tar.gz
libnspdf-a65babe2fbd341f9d12a50a9530682ef1e015b58.tar.bz2
add metadata interface
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 ed0b4ba..c4ddc7f 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
+DIR_SOURCES := document.c byte_class.c cos_parse.c cos_object.c pdf_doc.c meta.c
include $(NSBUILD)/Makefile.subdir