aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-01 14:55:18 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-01 15:04:55 +0100
commitbc4e2320e7dafea8b6d6b6150c808ed2a98d7d03 (patch)
treeb4aa13fe91fa727d4a35af2a76ae3ba171e80d2b /libqpdf/build.mk
parent03e67a28fed49594c4f20718ce17d4852b40c83d (diff)
downloadqpdf-bc4e2320e7dafea8b6d6b6150c808ed2a98d7d03.tar.zst
Add qpdfjob-c.h -- simple C API around parts of QPDFJob
Diffstat (limited to 'libqpdf/build.mk')
-rw-r--r--libqpdf/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index e16ba5e1..3dedfc71 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -115,7 +115,8 @@ SRCS_libqpdf = \
libqpdf/SecureRandomDataProvider.cc \
libqpdf/SF_FlateLzwDecode.cc \
libqpdf/SparseOHArray.cc \
- libqpdf/qpdf-c.cc
+ libqpdf/qpdf-c.cc \
+ libqpdf/qpdfjob-c.cc
ifeq ($(USE_CRYPTO_NATIVE), 1)
SRCS_libqpdf += $(CRYPTO_NATIVE)