From 3a8a1d2cb2cdb1597d790c31caa70397e46edfd1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 11 Apr 2008 13:29:33 +0200 Subject: [PATCH] Fix a link error on MacOS X. --- ChangeLog | 4 ++++ modules/git-merge-changelog | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 07753293a..eaad3d8ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-11 Bruno Haible + + * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL. + 2008-04-11 Simon Josefsson * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead diff --git a/modules/git-merge-changelog b/modules/git-merge-changelog index 70bc28194..3b5a32484 100644 --- a/modules/git-merge-changelog +++ b/modules/git-merge-changelog @@ -26,7 +26,7 @@ configure.ac: Makefile.am: bin_PROGRAMS = git-merge-changelog -git_merge_changelog_LDADD = libgnu.a +git_merge_changelog_LDADD = libgnu.a @LIBINTL@ Include: -- 2.11.0