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/ini/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/ini/Makefile.am') diff --git a/common/ini/Makefile.am b/common/ini/Makefile.am index 962172f6e..7b5324dba 100644 --- a/common/ini/Makefile.am +++ b/common/ini/Makefile.am @@ -16,4 +16,4 @@ include_HEADERS = ini_config.h # Build unit test noinst_PROGRAMS = ini_config_ut ini_config_ut_SOURCES = ini_config_ut.c -ini_config_ut_LDADD = libini_config.la -lm -lz ../collection/libcollection.la \ No newline at end of file +ini_config_ut_LDADD = libini_config.la ../collection/libcollection.la -- cgit