From 29e5e0dd98ed26902fb73f3565dfa2beb2ddbead 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. --- collection/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collection') diff --git a/collection/Makefile.am b/collection/Makefile.am index a47f8f9..c47327d 100644 --- a/collection/Makefile.am +++ b/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