From 8551be2becc2ae384037fd92427bd6f1527e1039 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 12 Sep 2016 18:11:31 -0400 Subject: ./tools/notsd-fixup **/Makefile --- src/grp-login/Makefile | 8 +++++--- src/grp-login/loginctl/Makefile | 1 + src/grp-login/pam_systemd/Makefile | 1 + src/grp-login/systemd-logind/Makefile | 2 -- 4 files changed, 7 insertions(+), 5 deletions(-) (limited to 'src/grp-login') diff --git a/src/grp-login/Makefile b/src/grp-login/Makefile index be6adc4880..67083f42d5 100644 --- a/src/grp-login/Makefile +++ b/src/grp-login/Makefile @@ -56,9 +56,11 @@ tests += \ test-login-tables \ test-login-shared -nested.subdirs += loginctl systemd-logind -nested.subdirs += pam_systemd systemd-inhibit - endif # ENABLE_LOGIND +nested.subdirs += loginctl +nested.subdirs += pam_systemd +nested.subdirs += systemd-inhibit +nested.subdirs += systemd-logind + include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/grp-login/loginctl/Makefile b/src/grp-login/loginctl/Makefile index 7c8c3d91a0..d2c6eebd27 100644 --- a/src/grp-login/loginctl/Makefile +++ b/src/grp-login/loginctl/Makefile @@ -38,4 +38,5 @@ dist_bashcompletion_data += \ shell-completion/bash/loginctl dist_zshcompletion_data += shell-completion/zsh/_loginctl + include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/grp-login/pam_systemd/Makefile b/src/grp-login/pam_systemd/Makefile index 8c87421bb0..9bb3af70b0 100644 --- a/src/grp-login/pam_systemd/Makefile +++ b/src/grp-login/pam_systemd/Makefile @@ -53,4 +53,5 @@ dist_pamconf_DATA = \ EXTRA_DIST += \ src/login/systemd-user.m4 endif # HAVE_PAM + include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/grp-login/systemd-logind/Makefile b/src/grp-login/systemd-logind/Makefile index 18b18a1683..cef1800e27 100644 --- a/src/grp-login/systemd-logind/Makefile +++ b/src/grp-login/systemd-logind/Makefile @@ -67,7 +67,6 @@ systemd_logind_LDADD = \ rootlibexec_PROGRAMS += \ systemd-logind - nodist_systemunit_DATA += \ units/systemd-logind.service @@ -109,7 +108,6 @@ nodist_udevrules_DATA += \ src/login/71-seat.rules \ src/login/73-seat-late.rules - polkitpolicy_in_files += \ src/login/org.freedesktop.login1.policy.in -- cgit v1.2.3-54-g00ecf