diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-04-23 13:15:21 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-29 11:37:16 -0400 |
commit | 0ca19d792b717456f334abdf35279acddf6d71c2 (patch) | |
tree | ac1e5330b13a986bd4e55b3dffce388f0bd5eb08 /Makefile.am | |
parent | b95c6b5485eee5f45f62f87df77c9178857d625e (diff) | |
download | sssd-0ca19d792b717456f334abdf35279acddf6d71c2.tar.gz sssd-0ca19d792b717456f334abdf35279acddf6d71c2.tar.bz2 sssd-0ca19d792b717456f334abdf35279acddf6d71c2.zip |
sudo ldap provider: move async routines to sdap_async_sudo.c
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 2bc47f76..d716755a 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 |