login: move the PAM module to src/login/ since it is just a client to logind

This commit is contained in:
Lennart Poettering 2011-12-31 18:06:21 +01:00
parent 5e2c93666f
commit be5f4385d6
2 changed files with 1 additions and 1 deletions

View File

@ -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 = \