From 0ca19d792b717456f334abdf35279acddf6d71c2 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 23 Apr 2012 13:15:21 +0200 Subject: sudo ldap provider: move async routines to sdap_async_sudo.c --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit