summaryrefslogtreecommitdiffstats
path: root/collection
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-04-13 12:55:07 -0400
committerSimo Sorce <ssorce@redhat.com>2009-04-13 14:00:43 -0400
commit29e5e0dd98ed26902fb73f3565dfa2beb2ddbead (patch)
treedbf7355968be530a93c6cce43502dc49ec0cd54f /collection
parentc0c9939f0b41d51fb5edd44198d13baee086a6fa (diff)
downloadding-libs2-29e5e0dd98ed26902fb73f3565dfa2beb2ddbead.tar.gz
ding-libs2-29e5e0dd98ed26902fb73f3565dfa2beb2ddbead.tar.xz
ding-libs2-29e5e0dd98ed26902fb73f3565dfa2beb2ddbead.zip
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.
Diffstat (limited to 'collection')
-rw-r--r--collection/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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