aboutsummaryrefslogtreecommitdiffstats
path: root/examples/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-06-21 21:54:02 +0200
committerJay Berkenbilt <ejb@ql.org>2018-06-21 22:04:54 +0200
commit2e8a3e163f50da1bb69d740a8955ce8915e32181 (patch)
tree9a67ae8d7a0e33dcf1989856982984d8406dbaab /examples/build.mk
parent2650a4d782195012f0744440afa5ba4467f03dc6 (diff)
downloadqpdf-2e8a3e163f50da1bb69d740a8955ce8915e32181.tar.zst
Add interactive form example
Diffstat (limited to 'examples/build.mk')
-rw-r--r--examples/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/build.mk b/examples/build.mk
index b5748c11..031601ff 100644
--- a/examples/build.mk
+++ b/examples/build.mk
@@ -8,7 +8,8 @@ BINS_examples = \
pdf-parse-content \
pdf-split-pages \
pdf-filter-tokens \
- pdf-count-strings
+ pdf-count-strings \
+ pdf-set-form-values
CBINS_examples = pdf-linearize
TARGETS_examples = $(foreach B,$(BINS_examples) $(CBINS_examples),examples/$(OUTPUT_DIR)/$(call binname,$(B)))