aboutsummaryrefslogtreecommitdiffstats
path: root/examples/build.mk
diff options
context:
space:
mode:
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 f5b44669..b5748c11 100644
--- a/examples/build.mk
+++ b/examples/build.mk
@@ -7,7 +7,8 @@ BINS_examples = \
pdf-create \
pdf-parse-content \
pdf-split-pages \
- pdf-filter-tokens
+ pdf-filter-tokens \
+ pdf-count-strings
CBINS_examples = pdf-linearize
TARGETS_examples = $(foreach B,$(BINS_examples) $(CBINS_examples),examples/$(OUTPUT_DIR)/$(call binname,$(B)))