From acd073a5e86a6c277c2058d28e506f37a5934736 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 13 Apr 2009 12:55:07 -0400 Subject: Build fixes for RPM packaging of SSSD We were missing several BuildRequires for the autotools. Also, we were linking against two external libraries in the common code that we do not actually use. --- common/collection/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/collection') diff --git a/common/collection/Makefile.am b/common/collection/Makefile.am index a47f8f99..c47327d4 100644 --- a/common/collection/Makefile.am +++ b/common/collection/Makefile.am @@ -16,4 +16,4 @@ include_HEADERS = collection.h collection_tools.h # Build unit test noinst_PROGRAMS = collection_ut collection_ut_SOURCES = collection_ut.c -collection_ut_LDADD = libcollection.la -lm -lz +collection_ut_LDADD = libcollection.la -- cgit