diff options
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 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 |