From bc4e2320e7dafea8b6d6b6150c808ed2a98d7d03 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 1 Feb 2022 08:55:18 -0500 Subject: Add qpdfjob-c.h -- simple C API around parts of QPDFJob --- libqpdf/build.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libqpdf/build.mk') 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) -- cgit v1.2.3-54-g00ecf