diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-12 18:11:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-12 18:11:31 -0400 |
commit | 8551be2becc2ae384037fd92427bd6f1527e1039 (patch) | |
tree | 5ddd96690f4483ff5e34e519112d1272f16f740b /src/grp-login | |
parent | 6613132ae4a8e1232760949f39f32003ba857bd9 (diff) |
./tools/notsd-fixup **/Makefile
Diffstat (limited to 'src/grp-login')
-rw-r--r-- | src/grp-login/Makefile | 8 | ||||
-rw-r--r-- | src/grp-login/loginctl/Makefile | 1 | ||||
-rw-r--r-- | src/grp-login/pam_systemd/Makefile | 1 | ||||
-rw-r--r-- | src/grp-login/systemd-logind/Makefile | 2 |
4 files changed, 7 insertions, 5 deletions
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 |