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 b4366c1a..88fd164e 100644
--- a/examples/build.mk
+++ b/examples/build.mk
@@ -17,7 +17,8 @@ BINS_examples = \
qpdf-job
CBINS_examples = \
pdf-c-objects \
- pdf-linearize
+ pdf-linearize \
+ qpdfjob-c
TARGETS_examples = $(foreach B,$(BINS_examples) $(CBINS_examples),examples/$(OUTPUT_DIR)/$(call binname,$(B)))