summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-27 10:17:16 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-27 10:17:16 +0200
commita72a1440215d558186c85ee1b5866f6d3f6e6045 (patch)
treea40e6e37de6ff5ebbd465b644d00d2ea5d1b3af9 /Makefile.am
parent20438703c9cbd22c48e866c0d4f8343a0e1d3eb4 (diff)
Prep 234: Fix Makefile.am to install elogind in rootlibexecdir, like upstream does with systemd-login.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 029c5ff96..92becb7ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -204,11 +204,7 @@ AM_V_RM_0 = @echo " RM " $@;
# ------------------------------------------------------------------------------
rootbin_PROGRAMS =
-rootlibexec_PROGRAMS = \
- elogind \
- elogind-cgroups-agent
-
-pkglibexec_PROGRAMS =
+rootlibexec_PROGRAMS =
dist_doc_DATA = \
README \
@@ -906,7 +902,7 @@ dist_factory_pam_DATA = \
endif
# ------------------------------------------------------------------------------
-pkglibexec_PROGRAMS += \
+rootlibexec_PROGRAMS += \
elogind-cgroups-agent
elogind_cgroups_agent_SOURCES = \
@@ -1150,7 +1146,7 @@ endif
noinst_LTLIBRARIES += \
libelogind-core.la
-pkglibexec_PROGRAMS += \
+rootlibexec_PROGRAMS += \
elogind
loginctl_SOURCES = \