From a751a11eec71c42b8aaf723a0eefc3babd35ad32 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 19 Oct 2015 08:50:33 +0200 Subject: BUILD: Remove SSS_CRYPTO_LIBS from common libraries The similarcahnge was done in main makefile by change 69b46c32357ccf1aab9c0bd6d1afa33a8724ad77 Reviewed-by: Jakub Hrozek --- src/tests/cwrap/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/tests/cwrap/Makefile.am b/src/tests/cwrap/Makefile.am index 039ef8b5..ca4a941d 100644 --- a/src/tests/cwrap/Makefile.am +++ b/src/tests/cwrap/Makefile.am @@ -32,7 +32,6 @@ SSSD_LIBS = \ $(INI_CONFIG_LIBS) \ $(COLLECTION_LIBS) \ $(DHASH_LIBS) \ - $(SSS_CRYPT_LIBS) \ $(OPENLDAP_LIBS) \ $(TDB_LIBS) -- cgit