changeset 9886:c9ee791c5d9c

Fix a link error on MacOS X.
author Bruno Haible <bruno@clisp.org>
date Fri, 11 Apr 2008 13:29:33 +0200
parents 13bea8949414
children f2408973947f
files ChangeLog modules/git-merge-changelog
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Apr 11 12:01:17 2008 +0200
+++ b/ChangeLog	Fri Apr 11 13:29:33 2008 +0200
@@ -1,3 +1,7 @@
+2008-04-11  Bruno Haible  <bruno@clisp.org>
+
+	* modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
+
 2008-04-11  Simon Josefsson  <simon@josefsson.org>
 
 	* lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
--- a/modules/git-merge-changelog	Fri Apr 11 12:01:17 2008 +0200
+++ b/modules/git-merge-changelog	Fri Apr 11 13:29:33 2008 +0200
@@ -26,7 +26,7 @@
 
 Makefile.am:
 bin_PROGRAMS = git-merge-changelog
-git_merge_changelog_LDADD = libgnu.a
+git_merge_changelog_LDADD = libgnu.a @LIBINTL@
 
 Include: