aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-21 15:18:49 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-21 21:01:02 +0200
commite01ae1968b79841797b2ae59eda00b867604e3f9 (patch)
tree242373161cbb58c64434413e5e9b6bbba7f41c96 /libqpdf/build.mk
parentdf493c352f3936b7b6597791c289175dffb3db57 (diff)
downloadqpdf-e01ae1968b79841797b2ae59eda00b867604e3f9.tar.zst
Split page handling APIs into a separate source file
Diffstat (limited to 'libqpdf/build.mk')
-rw-r--r--libqpdf/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index c5549202..ebd534b3 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -43,6 +43,7 @@ SRCS_libqpdf = \
libqpdf/QPDF_encryption.cc \
libqpdf/QPDF_linearization.cc \
libqpdf/QPDF_optimization.cc \
+ libqpdf/QPDF_pages.cc \
libqpdf/QTC.cc \
libqpdf/QUtil.cc \
libqpdf/RC4.cc \