Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3945 from stapelberg/deps
Browse files Browse the repository at this point in the history
Makefile.am: i3-config-wizard: add dependency on config parser
  • Loading branch information
Airblader committed Feb 18, 2020
2 parents 30e886b + 1209510 commit 13ca970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Expand Up @@ -433,6 +433,9 @@ i3_config_wizard_i3_config_wizard_SOURCES = \
i3-config-wizard/main.c \
i3-config-wizard/xcb.h

i3_config_wizard_i3_config_wizard_DEPENDENCIES = \
$(config_parser_SOURCES)

test_inject_randr15_CPPFLAGS = \
$(AM_CPPFLAGS)

Expand Down

0 comments on commit 13ca970

Please sign in to comment.