>From 88dd2715828fa06ea6522495cc78903590a16e4e Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 21 Sep 2015 21:37:41 +0200 Subject: [PATCH 2/3] BUILD: Link crypto_tests with existing library It's not necessary to bundle libsss_crypto to crypto_tests. We can link it directly. --- Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index fbefd56e403c87e40f900d8f692765a63f086507..724d8ffa4d594010350a81a3e8eae6d5d49e5589 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1718,17 +1718,16 @@ debug_tests_LDADD = \ libsss_debug.la crypto_tests_SOURCES = \ - $(SSS_CRYPT_SOURCES) \ src/tests/crypto-tests.c crypto_tests_CFLAGS = \ - $(SSS_CRYPT_CFLAGS) \ $(AM_CFLAGS) \ $(CHECK_CFLAGS) crypto_tests_LDADD = \ - libsss_debug.la \ - $(SSS_CRYPT_LIBS) \ - $(SSSD_LIBS) \ $(CHECK_LIBS) \ + $(POPT_LIBS) \ + $(TALLOC_LIBS) \ + libsss_crypt.la \ + libsss_debug.la \ libsss_test_common.la ipa_hbac_tests_SOURCES = \ -- 2.5.0