summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 6ed3de0c2..e2f634758 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1723,17 +1723,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 = \