From e4965db5c1fe400479a6158faa952e5e88d7aab0 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 10 Jan 2013 22:30:47 +0900 Subject: [PATCH] Fix missing files caused by a lost blackslash. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 083703ee2..6cfacbfdc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,8 +9,9 @@ DIST_SUBDIRS=desktop pkg-config include \ RPM debian doc vc2005 vc2008 ## configure.ac needs to be listed here for older autoconfs -EXTRA_DIST= ChangeLog configure.ac bootstrap +EXTRA_DIST= ChangeLog configure.ac bootstrap \ $(top_srcdir)/.version \ + config.d/git-version-gen \ tools/cross/droid/cross-configure.sh \ tools/cross/droid/cross-make.sh \ tools/cross/mingw/cross-configure.sh \