install-reloc: Support multi-binary installation.
[gnulib.git] / modules / git-merge-changelog
index 70bc281..857a8bc 100644 (file)
@@ -5,12 +5,13 @@ Files:
 lib/git-merge-changelog.c
 
 Depends-on:
-getopt
+getopt-gnu
 stdbool
+stdlib
 progname
 error
 read-file
-list
+xlist
 array-list
 linkedhash-list
 linked-list
@@ -21,12 +22,14 @@ fstrcmp
 minmax
 c-strstr
 fwriteerror
+memchr
+memcmp
 
 configure.ac:
 
 Makefile.am:
 bin_PROGRAMS = git-merge-changelog
-git_merge_changelog_LDADD = libgnu.a
+git_merge_changelog_LDADD = libgnu.a @LIBINTL@ $(LIBTHREAD)
 
 Include: