doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / git-merge-changelog
index 732324e..857a8bc 100644 (file)
@@ -7,10 +7,11 @@ lib/git-merge-changelog.c
 Depends-on:
 getopt-gnu
 stdbool
+stdlib
 progname
 error
 read-file
-list
+xlist
 array-list
 linkedhash-list
 linked-list
@@ -28,7 +29,7 @@ configure.ac:
 
 Makefile.am:
 bin_PROGRAMS = git-merge-changelog
-git_merge_changelog_LDADD = libgnu.a @LIBINTL@
+git_merge_changelog_LDADD = libgnu.a @LIBINTL@ $(LIBTHREAD)
 
 Include: