From e69e2e09c27218cfb5510e26a72bc5a15366cbb1 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 18 Jan 2012 10:35:02 -0500 Subject: [PATCH] SUDO: include the sources in the IPA provider, too --- Makefile.am | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0cc2751fca260b14e6172f0254c48b440f37797c..1d241d2ba893ebdf4bd8de47105426f549147657 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 \ -- 1.7.7.3