Makefile.am: make sure i3-config-wizard depends on libi3.a (#4069)

i3-config-wizard uses libi3.a as part of its build process. When
parallel build is enabled, build of i3-config-wizard may start before
libi3.a finished building. Fix this by adding dependency on libi3.a

Fixes: #4020
next
Konstantin Kharlamov 2020-05-05 19:00:11 +03:00 committed by GitHub
parent 2fb2ef60de
commit 666906b517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -442,7 +442,8 @@ i3_config_wizard_i3_config_wizard_SOURCES = \
i3-config-wizard/xcb.h
i3_config_wizard_i3_config_wizard_DEPENDENCIES = \
$(config_parser_SOURCES)
$(config_parser_SOURCES) \
$(top_builddir)/libi3.a
test_inject_randr15_CPPFLAGS = \
$(AM_CPPFLAGS)