mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-05 09:14:55 +01:00
Check versions first
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
0fb57ad15c
commit
03c02bbc97
1 changed files with 5 additions and 2 deletions
7
Makefile
7
Makefile
|
@ -82,8 +82,11 @@ ${PROJECT}/resources.%: data/zathura.gresource.xml config.mk
|
|||
# common dependencies
|
||||
|
||||
${OBJECTS} ${OBJECTS_DEBUG} ${OBJECTS_GCOV}: config.mk \
|
||||
${PROJECT}/version.h ${PROJECT}/resources.h \
|
||||
.version-checks/GIRARA .version-checks/GLIB .version-checks/GTK
|
||||
.version-checks/GIRARA \
|
||||
.version-checks/GLIB \
|
||||
.version-checks/GTK \
|
||||
${PROJECT}/version.h \
|
||||
${PROJECT}/resources.h
|
||||
|
||||
# rlease build
|
||||
|
||||
|
|
Loading…
Reference in a new issue