summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e6438e9b..f5d0400cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1429,7 +1429,9 @@ libsss_test_common_la_SOURCES = \
src/tests/common.c
libsss_test_common_la_LIBADD = \
$(TALLOC_LIBS) \
- $(TEVENT_LIBS)
+ $(TEVENT_LIBS) \
+ $(LDB_LIBS) \
+ $(NULL)
if HAVE_CHECK
libsss_test_common_la_SOURCES += \