aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fdd1222..401d862 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,9 @@ SUBDIRS = po src doc emacs tests
ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = TODO THANKS README.Skribe ChangeLog.Skribe guix.scm
+EXTRA_DIST = \
+ TODO THANKS README.Skribe ChangeLog.Skribe guix.scm \
+ build-aux/test-driver.scm
gen-ChangeLog:
if ! test -d "$(top_srcdir)/.git"; then \