summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-11-18 10:30:30 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-04-04 10:06:11 +0200
commit826ebfca9abae1a73e168d99f5800d632d7cb305 (patch)
treedcc3fbc7a685871fe0e0e2ff0f19f1db2c0aee16
parent77f380ae2e2a8bacd0d7ac5fbc11936cbc781d2d (diff)
downloadsssd-826ebfca9abae1a73e168d99f5800d632d7cb305.tar.gz
sssd-826ebfca9abae1a73e168d99f5800d632d7cb305.tar.xz
sssd-826ebfca9abae1a73e168d99f5800d632d7cb305.zip
TESTS: Link libsss_test_common with tevent
Static library libsss_test_common calls tevent functions directly (in module common_tev.c), but it was not linked with tevent library. (cherry picked from commit 25c394fc9d09aa7f58700e67b942aba86505934a)
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f2daac197..9056f29d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -893,7 +893,8 @@ libsss_test_common_la_SOURCES = \
src/tests/leak_check.c \
src/tests/common.c
libsss_test_common_la_LIBADD = \
- $(TALLOC_LIBS)
+ $(TALLOC_LIBS) \
+ $(TEVENT_LIBS)
if HAVE_CHECK
libsss_test_common_la_SOURCES += \