Fix a link error on MacOS X.
authorBruno Haible <bruno@clisp.org>
Fri, 11 Apr 2008 11:29:33 +0000 (13:29 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 11 Apr 2008 11:29:33 +0000 (13:29 +0200)
ChangeLog
modules/git-merge-changelog

index 07753293a01fec47ea132a3ac2489f1a5afc7354..eaad3d8efb08ceb3b600ce82aab4abe26f4b0d12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 70bc28194a8fceef966f020ea41926c508e54b02..3b5a32484a7c63968cd4c625428c00756a0382f4 100644 (file)
@@ -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: