diff options
author | Pavel Březina <pbrezina@redhat.com> | 2011-10-10 14:50:36 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-12-16 14:46:17 -0500 |
commit | 0ef783e186ef1c9f60e61a4e8e54c44cb366fdfe (patch) | |
tree | a8fd358314ba410de24375aa8e9e20abce5d1f5d /Makefile.am | |
parent | 75a43c7f91fcb27dee75976cc7c094dd5fa589f6 (diff) | |
download | sssd-0ef783e186ef1c9f60e61a4e8e54c44cb366fdfe.tar.gz sssd-0ef783e186ef1c9f60e61a4e8e54c44cb366fdfe.tar.xz sssd-0ef783e186ef1c9f60e61a4e8e54c44cb366fdfe.zip |
SUDO integration - client common interface
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b8fb9e094..116b26a79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -209,6 +209,7 @@ AM_CPPFLAGS = \ -DSSS_NSS_SOCKET_NAME=\"$(pipepath)/nss\" \ -DSSS_PAM_SOCKET_NAME=\"$(pipepath)/pam\" \ -DSSS_PAM_PRIV_SOCKET_NAME=\"$(pipepath)/private/pam\" \ + -DSSS_SUDO_SOCKET_NAME=\"$(pipepath)/sudo\" \ -DLOCALEDIR=\"$(localedir)\" EXTRA_DIST = build/config.rpath |