diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2019-02-11 19:52:19 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2019-02-11 19:52:19 +0100 |
commit | 4c047e3aa49fa2452784c617de10881b58c9e393 (patch) | |
tree | 136769024125bdb765948a94175a6193dfb16463 /Makefile.am | |
parent | ee946d0d8c49f164fde0f863a5fffb646d20db27 (diff) |
Makefile.am: s/I3LOCK/I3STATUS/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d7cfb3a..7d8b5a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ @CODE_COVERAGE_RULES@ echo-version: - @echo "@I3LOCK_VERSION@" + @echo "@I3STATUS_VERSION@" bin_PROGRAMS = i3status |