From c407643004a02566e35a864ba0d8b0c0f88d9d67 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 14 May 2012 17:22:09 +0200 Subject: sudo ldap provider: add new timer API --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 89a2dfaf..395a0079 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1185,6 +1185,7 @@ if BUILD_SUDO libsss_ldap_common_la_SOURCES += \ src/providers/ldap/sdap_sudo_cache.c \ src/providers/ldap/sdap_async_sudo.c \ + src/providers/ldap/sdap_async_sudo_timer.c \ src/providers/ldap/sdap_sudo.c endif -- cgit