From 2316b3470b774a253cce54dea1dc8b04e260f79a Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 19 Apr 2001 17:37:15 +0000 Subject: [PATCH] Fixed link when system gettext library is missing --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 69d2486..5665fa3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ noinst_HEADERS = setup.h getopt.h manfmt_SOURCES = manfmt.c mdsms_SOURCES = mdsms.c -mdsms_LDADD = @LIBOBJS@ +mdsms_LDADD = $(LIBOBJS) $(INTLLIBS) mdsms.1.in2: mdsms.1.in grep -v Id: > mdsms.1.in2 mdsms.1.in -- 1.8.3.1