diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-05-14 17:22:09 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-29 11:37:17 -0400 |
commit | c407643004a02566e35a864ba0d8b0c0f88d9d67 (patch) | |
tree | 2511fc266f241157c0d2a97361e58d1086154c7c /Makefile.am | |
parent | 44bff89750c5451112d4ef7a10b6d9d0c8442f85 (diff) | |
download | sssd-c407643004a02566e35a864ba0d8b0c0f88d9d67.tar.gz sssd-c407643004a02566e35a864ba0d8b0c0f88d9d67.tar.xz sssd-c407643004a02566e35a864ba0d8b0c0f88d9d67.zip |
sudo ldap provider: add new timer API
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 89a2dfaf2..395a00799 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 |