From e86f86660d708853715293e8eba1ac056e0e00ab Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 9 Feb 2011 15:50:07 -0500 Subject: Fix module registration with newer LDB libraries. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 49520f3be..cc78d04ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -637,6 +637,7 @@ auth_tests_SOURCES = \ $(SSSD_UTIL_OBJ) auth_tests_CFLAGS = \ $(AM_CFLAGS) \ + -DSYSDB_TEST \ $(CHECK_CFLAGS) auth_tests_LDADD = \ $(SSSD_LIBS) \ -- cgit