summaryrefslogtreecommitdiffstats
path: root/libqpdf/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-01-20 20:55:01 +0100
committerJay Berkenbilt <ejb@ql.org>2013-01-20 21:35:39 +0100
commit1d88955fa68fb7fb0fd2d705bc80655edb7a5972 (patch)
tree759fd39c25d449d77294e358efe59d92d9fac879 /libqpdf/build.mk
parenta844c2a3ab9bc0337fa189954efaf515148b5f0a (diff)
downloadqpdf-1d88955fa68fb7fb0fd2d705bc80655edb7a5972.tar.zst
Added new QPDFObjectHandle types Keyword and InlineImage
These object types are to facilitate content stream parsing.
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 a12a0b2c..0b248a91 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -40,8 +40,10 @@ SRCS_libqpdf = \
libqpdf/QPDF_Array.cc \
libqpdf/QPDF_Bool.cc \
libqpdf/QPDF_Dictionary.cc \
+ libqpdf/QPDF_InlineImage.cc \
libqpdf/QPDF_Integer.cc \
libqpdf/QPDF_Name.cc \
+ libqpdf/QPDF_Keyword.cc \
libqpdf/QPDF_Null.cc \
libqpdf/QPDF_Real.cc \
libqpdf/QPDF_Reserved.cc \