From cd6c97a95e6d00767633b66fd35389132a324fc7 Mon Sep 17 00:00:00 2001 From: "Frank Belew (Myth)" Date: Sun, 11 Nov 2001 07:40:05 +0000 Subject: added $(Z_LIBS) to gnome2_info2html_LDADD * info/Makefile.am: added $(Z_LIBS) to gnome2_info2html_LDADD --- src/info2html/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info2html/Makefile.am b/src/info2html/Makefile.am index 9c853ce9..218d6f88 100644 --- a/src/info2html/Makefile.am +++ b/src/info2html/Makefile.am @@ -6,4 +6,4 @@ bin_PROGRAMS = gnome2-info2html gnome2_info2html_SOURCES = main.c parse.c utils.c html.c data.h html.h parse.h utils.h version.h -gnome2_info2html_LDADD = $(LIBGNOME_LIBS) $(BZ_LIBS) \ No newline at end of file +gnome2_info2html_LDADD = $(LIBGNOME_LIBS) $(Z_LIBS) $(BZ_LIBS) -- cgit v1.2.1