diff options
author | Bruno Haible <bruno@clisp.org> | 2010-10-10 14:19:23 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-06-07 23:38:39 +0200 |
commit | 1d4c46994e1248b63aae1af4ca1b79320b19d4af (patch) | |
tree | 1a3ac1541f2afd3402c118e84bf03d4d100d6da0 /gnulib-local/modules | |
parent | eade51378d01552217fd73454bbb93c88edcda30 (diff) | |
download | external_gettext-1d4c46994e1248b63aae1af4ca1b79320b19d4af.zip external_gettext-1d4c46994e1248b63aae1af4ca1b79320b19d4af.tar.gz external_gettext-1d4c46994e1248b63aae1af4ca1b79320b19d4af.tar.bz2 |
Rely more on libtool.
Diffstat (limited to 'gnulib-local/modules')
-rw-r--r-- | gnulib-local/modules/gettext-tools-misc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnulib-local/modules/gettext-tools-misc b/gnulib-local/modules/gettext-tools-misc index d908847..0aff53f 100644 --- a/gnulib-local/modules/gettext-tools-misc +++ b/gnulib-local/modules/gettext-tools-misc @@ -22,10 +22,7 @@ lib_LTLIBRARIES = libgettextlib.la # As of 2010-10-04, these are all added by gnulib-tool automatically. #lib_LDFLAGS += $(LTLIBUNISTRING) @LTLIBINTL@ @LTLIBICONV@ @LIB_ACL@ -# Need @LTLIBC@ for -no-undefined to work on many platforms. -lib_LDFLAGS += \ - -release @VERSION@ \ - @LTLIBC@ @LTNOUNDEF@ +lib_LDFLAGS += -release @VERSION@ # Tell the mingw or Cygwin linker which symbols to export. if WOE32DLL |