summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Belew (Myth) <frb@src.gnome.org>2001-11-11 07:40:05 +0000
committerFrank Belew (Myth) <frb@src.gnome.org>2001-11-11 07:40:05 +0000
commitcd6c97a95e6d00767633b66fd35389132a324fc7 (patch)
tree50708550edeaade0e7b6254f6e5a0eacee3246ee
parentac888651eefa47a0d7b1310c730d2915cdfbde4b (diff)
downloadyelp-cd6c97a95e6d00767633b66fd35389132a324fc7.tar.gz
added $(Z_LIBS) to gnome2_info2html_LDADDLIBGNOME_1_108_0LIBGNOME_1_107_0
* info/Makefile.am: added $(Z_LIBS) to gnome2_info2html_LDADD
-rw-r--r--src/info2html/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)