From: short <> Date: Thu, 19 Apr 2001 17:37:15 +0000 (+0000) Subject: Fixed link when system gettext library is missing X-Git-Tag: mdsms_1_5_3~20 X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=commitdiff_plain;h=2316b3470b774a253cce54dea1dc8b04e260f79a Fixed link when system gettext library is missing --- 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