diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-04-13 12:55:07 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-04-13 14:00:43 -0400 |
commit | acd073a5e86a6c277c2058d28e506f37a5934736 (patch) | |
tree | f52f647e999c8ed8628299b3eb9819d0add51c49 /common/collection | |
parent | bf3328d477a988721e06b3d88cde95734eba36ad (diff) | |
download | sssd-acd073a5e86a6c277c2058d28e506f37a5934736.tar.gz sssd-acd073a5e86a6c277c2058d28e506f37a5934736.tar.xz sssd-acd073a5e86a6c277c2058d28e506f37a5934736.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 'common/collection')
-rw-r--r-- | common/collection/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection/Makefile.am b/common/collection/Makefile.am index a47f8f99a..c47327d45 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 |