From 7ea48433b3bab77813b11c60e1ea82cb9793dc33 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 25 Jan 2010 13:45:16 +0100 Subject: Add offline failed login counter --- server/Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index 7ba7ffa9..3c02f65a 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -75,7 +75,8 @@ if HAVE_CHECK files-tests \ refcount-tests \ fail_over-tests \ - find_uid-tests + find_uid-tests \ + auth-tests endif check_PROGRAMS = \ @@ -576,6 +577,16 @@ find_uid_tests_LDADD = \ $(DHASH_LIBS) \ $(CHECK_LIBS) +auth_tests_SOURCES = \ + tests/auth-tests.c \ + $(SSSD_UTIL_OBJ) +auth_tests_CFLAG = \ + $(AM_CFLAGS) \ + $(CHECK_CFLAGS) +auth_tests_LDADD = \ + $(SSSD_LIBS) \ + $(CHECK_LIBS) + endif stress_tests_SOURCES = \ -- cgit