This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=1972cb8ca23c972e0e25cfbe0cf3e77a71c4b36f The branch, master has been updated via 1972cb8ca23c972e0e25cfbe0cf3e77a71c4b36f (commit) from a24f6d4f7c442dde0601d932d5dfb98695287719 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1972cb8ca23c972e0e25cfbe0cf3e77a71c4b36f Author: Simon Josefsson <[email protected]> Date: Thu Oct 8 17:12:28 2009 +0200 Fix link error on mingw. ----------------------------------------------------------------------- Summary of changes: src/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9a05565..8757785 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,6 +32,7 @@ idn.c: $(BUILT_SOURCES) noinst_LTLIBRARIES = libidn_cmd.la libidn_cmd_la_SOURCES = idn.ggo idn_cmd.c idn_cmd.h +libidn_cmd_la_LIBADD = ../gl/libgnu.la libidn_cmd_la_CFLAGS = idn_cmd.c idn_cmd.h: idn.ggo Makefile.am hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
