From ebbbaeb5d9ae22ca92a9a8920c1bde3f100a8d7f Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 19 Oct 2015 08:45:10 +0200 Subject: responder_common_tests: Removed unused libraries responder_common_tests does not use any function which requires to link with UNICODE linraries or with libsss_crypt Reviewed-by: Jakub Hrozek --- src/tests/cwrap/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/tests/cwrap/Makefile.am b/src/tests/cwrap/Makefile.am index 34b5d8bea..653c118ce 100644 --- a/src/tests/cwrap/Makefile.am +++ b/src/tests/cwrap/Makefile.am @@ -159,11 +159,9 @@ responder_common_tests_CFLAGS = \ $(NULL) responder_common_tests_LDADD = \ $(CMOCKA_LIBS) \ - $(UNICODE_LIBS) \ $(SSSD_LIBS) \ $(abs_top_builddir)/libsss_util.la \ $(abs_top_builddir)/libsss_debug.la \ - $(abs_top_builddir)/libsss_crypt.la \ $(abs_top_builddir)/libsss_test_common.la \ $(NULL) -- cgit