# HG changeset patch # User Rik # Date 1348985422 25200 # Node ID 41467bebc11444f16644d944894a33b48d329108 # Parent 2fa06d83263a087ae4c9ebed66d92249543020d1 Makefile.am: Correct EXTRA_DIST to export bootstrap_gnulib.conf. * Makefile.am: Correct EXTRA_DIST to export bootstrap_gnulib.conf. diff --git a/Makefile.am b/Makefile.am --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ README \ bootstrap \ build-aux/bootstrap_gnulib \ - build-aux/bootstrap.conf \ + build-aux/bootstrap_gnulib.conf \ build-aux/mk-opts.pl \ build-aux/mkinstalldirs \ build-aux/move-if-change \