aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-06-19 15:26:41 +0200
committerJay Berkenbilt <ejb@ql.org>2018-06-21 21:57:13 +0200
commit0b05111db80469d3f556209bfd856af1fda9b142 (patch)
tree46aca07e5984bfda3b284bb70383b11840cb3436 /libqpdf/build.mk
parent0dadf17ab705fa2f96f0513278672978d73601ed (diff)
downloadqpdf-0b05111db80469d3f556209bfd856af1fda9b142.tar.zst
Implement helper class for interactive forms
Diffstat (limited to 'libqpdf/build.mk')
-rw-r--r--libqpdf/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index 07cfc81e..437c683e 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -35,7 +35,10 @@ SRCS_libqpdf = \
libqpdf/Pl_StdioFile.cc \
libqpdf/Pl_TIFFPredictor.cc \
libqpdf/QPDF.cc \
+ libqpdf/QPDFAcroFormDocumentHelper.cc \
+ libqpdf/QPDFAnnotationObjectHelper.cc \
libqpdf/QPDFExc.cc \
+ libqpdf/QPDFFormFieldObjectHelper.cc \
libqpdf/QPDFObjGen.cc \
libqpdf/QPDFObject.cc \
libqpdf/QPDFObjectHandle.cc \