From 44bff89750c5451112d4ef7a10b6d9d0c8442f85 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 7 May 2012 12:23:02 +0200 Subject: sudo provider: remove old timer --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d716755a7..89a2dfaf2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -401,7 +401,6 @@ dist_noinst_HEADERS = \ src/providers/ldap/sdap_async.h \ src/providers/ldap/sdap_async_private.h \ src/providers/ldap/sdap_sudo_cache.h \ - src/providers/ldap/sdap_sudo_timer.h \ src/providers/ldap/sdap_sudo.h \ src/providers/ldap/sdap_autofs.h \ src/providers/ldap/sdap_id_op.h \ @@ -1185,7 +1184,6 @@ libsss_ldap_common_la_SOURCES = \ 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