From ae7cb7fefb46cb047764f2e9075ecff5bee8d746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= Date: Wed, 2 Feb 2000 23:51:10 +0000 Subject: [PATCH] - added "libxml_la_LIBADD = @Z_LIBS@" to link libxml with proper libraries list. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 95bf022f..d7ed138e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ noinst_PROGRAMS=tester testSAX testHTML testXPath bin_SCRIPTS=xml-config lib_LTLIBRARIES = libxml.la +libxml_la_LIBADD = @Z_LIBS@ libxml_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@