diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-07-17 15:11:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-07-17 17:58:03 +0200 |
commit | e472f65245b6b5744be8b8acf2ec3d27902bd941 (patch) | |
tree | f50360f49b436e9a101e5ab19f7c38e1433aa2fe | |
parent | 23cf330c86a56b12525af0fea8ce7da0e0981e45 (diff) | |
download | guile-e472f65245b6b5744be8b8acf2ec3d27902bd941.tar.gz |
build: Add `gdbinit' to the distribution.
* Makefile.am (EXTRA_DIST): Add gdbinit.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8cdcc7e4e..2ed837046 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,8 @@ EXTRA_DIST = LICENSE HACKING GUILE-VERSION \ gnulib-local/lib/localcharset.c.diff \ gnulib-local/m4/clock_time.m4.diff \ gnulib-local/build-aux/git-version-gen.diff \ - libguile/texi-fragments-to-docstrings + libguile/texi-fragments-to-docstrings \ + gdbinit TESTS = check-guile TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ |