From cd456a3042471573600a0a2ac20ab323408721a1 Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Tue, 15 Oct 2002 15:33:04 +0000 Subject: [PATCH] * Makefile.am (man2hlp_LDADD): Set to $(GLIB_LIBS). --- src/ChangeLog | 1 + src/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 21cdd6794..d91292f58 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,6 @@ 2002-10-15 Andrew V. Samoilov + * Makefile.am (man2hlp_LDADD): Set to $(GLIB_LIBS). * man2hlp.c: Report about stale links. 2002-10-13 Pavel Roskin diff --git a/src/Makefile.am b/src/Makefile.am index f18a8214c..1016a8a8e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,6 +13,7 @@ AM_CPPFLAGS = -DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\" endif noinst_PROGRAMS = man2hlp +man2hlp_LDADD = $(GLIB_LIBS) mcmfmt_SOURCES = mfmt.c