diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-02-09 15:50:07 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-02-11 09:17:55 -0500 |
commit | 23e8d84320ae8b76d244764c02e44036e96cd4df (patch) | |
tree | d69c4b2c3214ebd1fd7a5f22c7d108fa4985cfc3 /Makefile.am | |
parent | b467b593c344d7de5cc2bbf141bc959e5d248de1 (diff) | |
download | sssd2-23e8d84320ae8b76d244764c02e44036e96cd4df.tar.gz sssd2-23e8d84320ae8b76d244764c02e44036e96cd4df.tar.xz sssd2-23e8d84320ae8b76d244764c02e44036e96cd4df.zip |
Fix module registration with newer LDB libraries.
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 49520f3b..cc78d04a 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) \ |