Fix a link error on MacOS X.
[gnulib.git] / modules / git-merge-changelog
1 Description:
2 git "merge" driver for GNU style ChangeLog files
3
4 Files:
5 lib/git-merge-changelog.c
6
7 Depends-on:
8 getopt
9 stdbool
10 progname
11 error
12 read-file
13 list
14 array-list
15 linkedhash-list
16 linked-list
17 rbtreehash-list
18 xalloc
19 xmalloca
20 fstrcmp
21 minmax
22 c-strstr
23 fwriteerror
24
25 configure.ac:
26
27 Makefile.am:
28 bin_PROGRAMS = git-merge-changelog
29 git_merge_changelog_LDADD = libgnu.a @LIBINTL@
30
31 Include:
32
33 License:
34 GPL
35
36 Maintainer:
37 Bruno Haible
38