aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-12-17 17:55:11 +0100
committerJay Berkenbilt <ejb@ql.org>2018-12-22 00:34:56 +0100
commit651179b5da0777f861e427f96fd8560bf1516ae5 (patch)
tree8e4d3ba2a121fc5803b8465d5977443e21f3e460 /libqpdf/build.mk
parent0776c00129fac282e2e758bf1f32474af85db50e (diff)
downloadqpdf-651179b5da0777f861e427f96fd8560bf1516ae5.tar.zst
Add simple JSON serializer
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 6ad23a02..87252b5a 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -14,6 +14,7 @@ SRCS_libqpdf = \
libqpdf/FileInputSource.cc \
libqpdf/InputSource.cc \
libqpdf/InsecureRandomDataProvider.cc \
+ libqpdf/JSON.cc \
libqpdf/MD5.cc \
libqpdf/OffsetInputSource.cc \
libqpdf/Pipeline.cc \