# 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.