summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-12-08 12:20:50 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-12-16 14:46:17 -0500
commit4af1d1869d659fec84c518c26844132fa1df8f64 (patch)
treeef93d70afed50ab99737b1b04d6e3b4209d1010e /Makefile.am
parent10b6b1fc57bb7c2edb4cfd0a0038303bd33722bc (diff)
downloadsssd-4af1d1869d659fec84c518c26844132fa1df8f64.tar.gz
sssd-4af1d1869d659fec84c518c26844132fa1df8f64.tar.xz
sssd-4af1d1869d659fec84c518c26844132fa1df8f64.zip
SUDO Integration - LDAP provider - save sudo rules functions
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5fd492e7e..2ac93ab9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -333,6 +333,7 @@ dist_noinst_HEADERS = \
src/providers/ldap/sdap_access.h \
src/providers/ldap/sdap_async.h \
src/providers/ldap/sdap_async_private.h \
+ src/providers/ldap/sdap_sudo_cache.h \
src/providers/ldap/sdap_id_op.h \
src/providers/ipa/ipa_common.h \
src/providers/ipa/ipa_access.h \
@@ -870,6 +871,9 @@ libsss_ldap_la_LIBADD = \
libsss_ldap_la_LDFLAGS = \
-avoid-version \
-module
+if BUILD_SUDO
+libsss_ldap_la_SOURCES += src/providers/ldap/sdap_sudo_cache.c
+endif
libsss_proxy_la_SOURCES = \
src/providers/proxy/proxy_common.c \