From 826ebfca9abae1a73e168d99f5800d632d7cb305 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 18 Nov 2013 10:30:30 +0100 Subject: 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) --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 += \ -- cgit