summaryrefslogtreecommitdiff
path: root/src/login/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/Makefile')
-rw-r--r--src/login/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/login/Makefile b/src/login/Makefile
index 9879cecbd3..b3f053c0c2 100644
--- a/src/login/Makefile
+++ b/src/login/Makefile
@@ -218,27 +218,4 @@ EXTRA_DIST += \
units/systemd-logind.service.in \
src/login/logind.conf.in
-# ------------------------------------------------------------------------------
-ifneq ($(HAVE_PAM),)
-
-systemd_user_sessions_SOURCES = \
- src/user-sessions/user-sessions.c
-
-systemd_user_sessions_LDADD = \
- libshared.la
-
-libexec_PROGRAMS += \
- systemd-user-sessions
-
-nodist_systemunit_DATA += \
- units/systemd-user-sessions.service
-
-MULTI_USER_TARGET_WANTS += \
- systemd-user-sessions.service
-
-endif # HAVE_PAM
-
-EXTRA_DIST += \
- units/systemd-user-sessions.service.in
-
include $(topsrcdir)/build-aux/Makefile.tail.mk