mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Fix autogeneration of job.sums
This commit is contained in:
parent
332cb76dd0
commit
3b4b9efd21
@ -1,10 +1,8 @@
|
||||
TARGETS_libqpdf = libqpdf/$(OUTPUT_DIR)/$(call libname,qpdf)
|
||||
|
||||
ifeq ($(MAINTAINER_MODE), 1)
|
||||
ifeq ($(shell if ./generate_auto_job --check; then echo 0; else echo 1; fi), 1)
|
||||
_ := $(shell ./generate_auto_job --generate)
|
||||
endif
|
||||
endif
|
||||
|
||||
INCLUDES_libqpdf = include libqpdf
|
||||
LDFLAGS_libqpdf = -Llibqpdf/$(OUTPUT_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user