diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-12-31 18:06:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-12-31 18:06:56 +0100 |
commit | be5f4385d61d512f0c3c75b70df9f77eac2b8331 (patch) | |
tree | 03e858c40aedeb9e08122280a948a2740016b240 /Makefile.am | |
parent | 5e2c93666f2590614214a33027002b431ebafebc (diff) |
login: move the PAM module to src/login/ since it is just a client to logind
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 694335f582..99ccca47f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1732,7 +1732,7 @@ libsystemd_login_la_LIBADD = \ if HAVE_PAM pam_systemd_la_SOURCES = \ - src/pam-module.c \ + src/login/pam-module.c \ src/dbus-common.c pam_systemd_la_CFLAGS = \ |