From: Bruno Haible Date: Wed, 2 Aug 2006 15:14:26 +0000 (+0000) Subject: Oops, gnulib-tool modifies the variable names. X-Git-Tag: 0.16.x-branchpoint~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b08c2296e2c53178c97c10ff2c24171da401f5d;p=thirdparty%2Fgettext.git Oops, gnulib-tool modifies the variable names. --- diff --git a/gnulib-local/modules/gettext-tools-misc b/gnulib-local/modules/gettext-tools-misc index 1314d3908..0875255d1 100644 --- a/gnulib-local/modules/gettext-tools-misc +++ b/gnulib-local/modules/gettext-tools-misc @@ -20,14 +20,14 @@ AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 # Need @LTLIBINTL@ because many source files use gettext(). # Need @LTLIBICONV@ because linebreak.c and iconvstring.c use iconv(). -libgettextlib_la_LDFLAGS = \ +lib_LDFLAGS = \ -release @VERSION@ \ @LTLIBINTL@ @LTLIBICONV@ -lc @LTNOUNDEF@ # Tell the mingw or Cygwin linker which symbols to export. if WOE32DLL -libgettextlib_la_SOURCES += ../woe32dll/gettextlib-exports.c -libgettextlib_la_LDFLAGS += -Wl,--export-all-symbols +lib_SOURCES += ../woe32dll/gettextlib-exports.c +lib_LDFLAGS += -Wl,--export-all-symbols endif # No need to install libgettextlib.a, except on AIX.