aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-12-19 03:08:53 +0100
committerJay Berkenbilt <ejb@ql.org>2018-12-22 01:11:57 +0100
commitd5d179f4419dfbbbc3598b91071f6ca7cc44357c (patch)
treec2824094f0ac9aed1788014b6a2031e803a8a3bd /libqpdf/build.mk
parent30a0c070e41212172f5516936594ec0f6e72ac70 (diff)
downloadqpdf-d5d179f4419dfbbbc3598b91071f6ca7cc44357c.tar.zst
Add document and object helpers for outlines (bookmarks)
Diffstat (limited to 'libqpdf/build.mk')
-rw-r--r--libqpdf/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index 87252b5a..e063df0c 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -46,6 +46,8 @@ SRCS_libqpdf = \
libqpdf/QPDFObjGen.cc \
libqpdf/QPDFObject.cc \
libqpdf/QPDFObjectHandle.cc \
+ libqpdf/QPDFOutlineDocumentHelper.cc \
+ libqpdf/QPDFOutlineObjectHelper.cc \
libqpdf/QPDFPageDocumentHelper.cc \
libqpdf/QPDFPageLabelDocumentHelper.cc \
libqpdf/QPDFPageObjectHelper.cc \