From 4ca53a3e0b9f903280577c0d440cd52f16e8a99b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 5 Oct 2010 03:36:56 +0200 Subject: Update after gnulib changed. --- ChangeLog | 6 ++++++ lib/Makefile.am | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89ae238..f653108 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-04 Bruno Haible + + Update after gnulib changed. + * lib/Makefile.am (libunistring_la_LDFLAGS): Remove 'no-undefined' and + dependencies. + 2010-09-26 Bruno Haible Fix exported symbol list in VPATH builds after 2010-05-16 change. diff --git a/lib/Makefile.am b/lib/Makefile.am index 65cf906..00b797d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -315,5 +315,4 @@ LTV_AGE=1 # How to build libunistring.la. libunistring_la_LDFLAGS += \ -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \ - -rpath $(libdir) \ - @INTL_MACOSX_LIBS@ -no-undefined + -rpath $(libdir) -- cgit v1.2.1