summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-01-18 10:35:02 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-01-18 10:46:14 -0500
commitdfea410202f366924f32662a91331660f1c143bb (patch)
tree58515c5f694f9e587ec57f1b0cf0cb0cc6508a27 /Makefile.am
parent6e24ec9a44cd78cfc6aedc2eff6bfa5e82202411 (diff)
downloadsssd-dfea410202f366924f32662a91331660f1c143bb.tar.gz
sssd-dfea410202f366924f32662a91331660f1c143bb.tar.xz
sssd-dfea410202f366924f32662a91331660f1c143bb.zip
SUDO: include the sources in the IPA provider, too
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0cc2751fc..1d241d2ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1049,6 +1049,12 @@ libsss_ipa_la_LIBADD = \
libsss_ipa_la_LDFLAGS = \
-avoid-version \
-module
+if BUILD_SUDO
+libsss_ipa_la_SOURCES += src/providers/ldap/sdap_sudo_cache.c \
+ src/providers/ldap/sdap_sudo_timer.c \
+ src/providers/ldap/sdap_sudo.c
+endif
+
krb5_child_SOURCES = \
src/providers/krb5/krb5_become_user.c \