summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2013-05-13 10:30:48 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-11 22:21:36 +0200
commitaf7f51113a17b8e035569350ca25e3c92aa85d2c (patch)
tree1817a361359b506fff3e326727c85ced78f86d17 /Makefile.am
parent437dd528967d74b2444db5014b4e34a8699ff31c (diff)
downloadsssd-af7f51113a17b8e035569350ca25e3c92aa85d2c.tar.gz
sssd-af7f51113a17b8e035569350ca25e3c92aa85d2c.tar.xz
sssd-af7f51113a17b8e035569350ca25e3c92aa85d2c.zip
back end: add refresh expired records periodic task
https://fedorahosted.org/sssd/ticket/1713 Add new option refresh_expired_interval.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1e1e5672f..d983f7ee7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1017,6 +1017,8 @@ simple_access_tests_SOURCES = \
src/providers/data_provider_be.c \
src/providers/data_provider_fo.c \
src/providers/data_provider_callbacks.c \
+ src/providers/dp_ptask.c \
+ src/providers/dp_refresh.c \
$(SSSD_FAILOVER_OBJ)
simple_access_tests_CFLAGS = \
$(AM_CFLAGS) \