summaryrefslogtreecommitdiffstats
path: root/examples/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-03 20:52:40 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-19 03:05:47 +0100
commit30709935af023dd66a17f2d494aa7dc84b7177e1 (patch)
treee6cb3beda0109ca3f6bc10348f60da2d5b9a5c81 /examples/build.mk
parent99101044429c3c91bd11bdd1b26e5b6c2ceb140b (diff)
downloadqpdf-30709935af023dd66a17f2d494aa7dc84b7177e1.tar.zst
Filter tokens 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 518f4d55..f5b44669 100644
--- a/examples/build.mk
+++ b/examples/build.mk
@@ -6,7 +6,8 @@ BINS_examples = \
pdf-invert-images \
pdf-create \
pdf-parse-content \
- pdf-split-pages
+ pdf-split-pages \
+ pdf-filter-tokens
CBINS_examples = pdf-linearize
TARGETS_examples = $(foreach B,$(BINS_examples) $(CBINS_examples),examples/$(OUTPUT_DIR)/$(call binname,$(B)))