mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-31 10:58:25 +00:00
Make libtests depend on qpdf
We need to run qpdf --show-crypto.
This commit is contained in:
parent
fd13fe74ef
commit
026330ebcd
2
Makefile
2
Makefile
@ -35,7 +35,7 @@
|
||||
# install to install in a separate location. This is useful for
|
||||
# packagers.
|
||||
|
||||
BUILD_ITEMS := manual libqpdf zlib-flate libtests qpdf fuzz examples
|
||||
BUILD_ITEMS := manual libqpdf qpdf zlib-flate libtests fuzz examples
|
||||
OUTPUT_DIR = build
|
||||
ALL_TARGETS =
|
||||
|
||||
|
@ -29,7 +29,7 @@ BINS_libtests = \
|
||||
|
||||
TARGETS_libtests = $(foreach B,$(BINS_libtests),libtests/$(OUTPUT_DIR)/$(call binname,$(B)))
|
||||
|
||||
$(TARGETS_libtests): $(TARGETS_libqpdf)
|
||||
$(TARGETS_libtests): $(TARGETS_libqpdf) $(TARGETS_qpdf)
|
||||
|
||||
INCLUDES_libtests = include libqpdf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user