diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:26:04 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:26:04 -0400 |
commit | e6340af0662d276ec53daccfec5fabeea0982169 (patch) | |
tree | 0fa3d0ef8009428c7fd9f1a742c01269b87d8c30 /src/login | |
parent | 801404b19096c117c69c633d46feae35d360d306 (diff) | |
parent | a83cdb3b2bb21f4e30545ae9ca60f627dfb00c3b (diff) |
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts:
# build-aux/Makefile.each.tail/20-systemd.mk
Diffstat (limited to 'src/login')
-rw-r--r-- | src/login/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/login/Makefile b/src/login/Makefile index 8b27584ec8..79ac8440b9 100644 --- a/src/login/Makefile +++ b/src/login/Makefile @@ -70,7 +70,7 @@ endif noinst_LTLIBRARIES += \ liblogind-core.la -rootlibexec_PROGRAMS += \ +libexec_PROGRAMS += \ systemd-logind loginctl_SOURCES = \ @@ -81,7 +81,7 @@ loginctl_SOURCES = \ loginctl_LDADD = \ libshared.la -rootbin_PROGRAMS += \ +bin_PROGRAMS += \ loginctl dist_bashcompletion_data += \ @@ -97,7 +97,7 @@ systemd_inhibit_SOURCES = \ systemd_inhibit_LDADD = \ libshared.la -rootbin_PROGRAMS += \ +bin_PROGRAMS += \ systemd-inhibit test_login_SOURCES = \ @@ -226,7 +226,7 @@ systemd_user_sessions_SOURCES = \ systemd_user_sessions_LDADD = \ libshared.la -rootlibexec_PROGRAMS += \ +libexec_PROGRAMS += \ systemd-user-sessions nodist_systemunit_DATA += \ |