summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-04-23 13:15:21 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-06-29 11:37:16 -0400
commit0ca19d792b717456f334abdf35279acddf6d71c2 (patch)
treeac1e5330b13a986bd4e55b3dffce388f0bd5eb08 /Makefile.am
parentb95c6b5485eee5f45f62f87df77c9178857d625e (diff)
downloadsssd-0ca19d792b717456f334abdf35279acddf6d71c2.tar.gz
sssd-0ca19d792b717456f334abdf35279acddf6d71c2.tar.xz
sssd-0ca19d792b717456f334abdf35279acddf6d71c2.zip
sudo ldap provider: move async routines to sdap_async_sudo.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2bc47f769..d716755a7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1186,6 +1186,7 @@ if BUILD_SUDO
libsss_ldap_common_la_SOURCES += \
src/providers/ldap/sdap_sudo_cache.c \
src/providers/ldap/sdap_sudo_timer.c \
+ src/providers/ldap/sdap_async_sudo.c \
src/providers/ldap/sdap_sudo.c
endif