diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-16 21:54:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-16 21:54:17 +0200 |
commit | 5b6319dceedd81f3f1ce7eb70ea5defaef43bcec (patch) | |
tree | 0298a9a610482956971a07830f66b8dd051f4bee /Makefile.am | |
parent | 04aa0cb9c46f0a5cd0cf5b4a4e378460423d2635 (diff) | |
download | systemd-5b6319dceedd81f3f1ce7eb70ea5defaef43bcec.tar.gz |
service: optionally call into PAM when dropping priviliges
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c78968fc03..b887d2621c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -290,7 +290,8 @@ systemd_LDADD = \ $(DBUS_LIBS) \ $(UDEV_LIBS) \ $(CGROUP_LIBS) \ - $(LIBWRAP_LIBS) + $(LIBWRAP_LIBS) \ + $(PAM_LIBS) test_engine_SOURCES = \ $(COMMON_SOURCES) \ |