summaryrefslogtreecommitdiffstats
path: root/qpdf/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-09-27 22:59:16 +0200
committerJay Berkenbilt <ejb@ql.org>2009-09-27 22:59:16 +0200
commitd6d36b6ced682318b47d489bfb7ba56a1db382de (patch)
tree952a6d79697292bf0cd4377f384758cc0984920d /qpdf/build.mk
parent6bdac26369c0d770759c2b6ce24afef608a91ec9 (diff)
downloadqpdf-d6d36b6ced682318b47d489bfb7ba56a1db382de.tar.zst
C linearization example
git-svn-id: svn+q:///qpdf/trunk@739 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'qpdf/build.mk')
-rw-r--r--qpdf/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/build.mk b/qpdf/build.mk
index 1f439bb4..6e748c26 100644
--- a/qpdf/build.mk
+++ b/qpdf/build.mk
@@ -17,7 +17,7 @@ $(foreach B,$(CBINS_qpdf),$(eval \
OBJS_$(B) = $(call c_src_to_obj,qpdf/$(B).c)))
ifeq ($(GENDEPS),1)
--include $(foreach B,$(BINS_qpdf),$(call obj_to_dep,$(OBJS_$(B))))
+-include $(foreach B,$(BINS_qpdf) $(CBINS_qpdf),$(call obj_to_dep,$(OBJS_$(B))))
endif
$(foreach B,$(BINS_qpdf),$(eval \