summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-05-07 12:23:02 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-06-29 11:37:17 -0400
commit44bff89750c5451112d4ef7a10b6d9d0c8442f85 (patch)
tree8cb2c29adecd3d09bd9bd1a80e2ab61dbd8eed52 /Makefile.am
parent9f714651c7d21908c94b70fc755697a3b220a22f (diff)
downloadsssd-44bff89750c5451112d4ef7a10b6d9d0c8442f85.tar.gz
sssd-44bff89750c5451112d4ef7a10b6d9d0c8442f85.tar.xz
sssd-44bff89750c5451112d4ef7a10b6d9d0c8442f85.zip
sudo provider: remove old timer
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
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