summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-09-21 22:35:03 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-09-22 13:36:33 +0200
commit2ddacb7212cbc9a250c253330eec87f67e139eb4 (patch)
treeefd74834deac07fa32acfd4f29fd3092846824db
parent8ca1a503cf82fe2c9ed6af9d5903a158496be122 (diff)
downloadsssd-2ddacb7212cbc9a250c253330eec87f67e139eb4.tar.gz
sssd-2ddacb7212cbc9a250c253330eec87f67e139eb4.tar.xz
sssd-2ddacb7212cbc9a250c253330eec87f67e139eb4.zip
BUILD: link dp tests with LDB directly to fix builds on Debian
https://fedorahosted.org/sssd/ticket/2799 Reviewed-by: Pavel Březina <pbrezina@redhat.com>
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 44c78232e..583ba9440 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2594,6 +2594,8 @@ test_data_provider_be_LDADD = \
$(POPT_LIBS) \
$(PAM_LIBS) \
$(TALLOC_LIBS) \
+ $(LDB_LIBS) \
+ $(DBUS_LIBS) \
$(SSSD_INTERNAL_LTLIBS) \
libsss_debug.la \
libsss_test_common.la \