diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-01-29 14:45:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-01-29 14:45:41 +0100 |
commit | 6c38b6c04e07d0010fec1b771111451cd9c8f21d (patch) | |
tree | eccd8771bd6254179c43474f308e3b3c1d9686d0 | |
parent | a5a5f03382ba7733670d7d226ce75f98dd64e554 (diff) |
build-sys: install systemd-resolve in /usr/bin
The command has a man page now and is public, hence add it to /usr/bin.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 90bc5d7ddc..34b1f1941b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5304,7 +5304,7 @@ nodist_systemd_resolve_SOURCES = \ systemd_resolve_LDADD = \ libshared.la -rootlibexec_PROGRAMS += \ +bin_PROGRAMS += \ systemd-resolve tests += \ |