[totem-pl-parser] Remove now-unneeded libz linking



commit d548b44d7dd8d943493288d3fab1a25b2f1f2797
Author: Bastien Nocera <hadess hadess net>
Date:   Wed May 5 11:54:30 2010 +0100

    Remove now-unneeded libz linking

 plparse/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plparse/Makefile.am b/plparse/Makefile.am
index 6dd74da..a556527 100644
--- a/plparse/Makefile.am
+++ b/plparse/Makefile.am
@@ -80,8 +80,7 @@ libtotem_plparser_la_CFLAGS = \
 
 libtotem_plparser_la_LIBADD = \
 	$(TOTEM_PLPARSER_LIBS)			\
-	$(top_builddir)/lib/libtotem_glibc.la	\
-	-lz
+	$(top_builddir)/lib/libtotem_glibc.la
 
 libtotem_plparser_la_LDFLAGS =			\
 	-version-info $(PLPARSER_LT_VERSION)	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]