diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-02-07 14:57:58 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-02-07 14:57:58 +0000 |
commit | 4dcf4449da5054b60961c9f6312a07670ed9ad8c (patch) | |
tree | 4a0e1162481f0ed12bf308e3b2d1078844598c87 /Makefile.am | |
parent | 0458b202696639e45f46ad9cb27e1da286a6baf3 (diff) | |
download | guile-4dcf4449da5054b60961c9f6312a07670ed9ad8c.tar.gz |
(EXTRA_DIST): Added pre-inst-guile and pre-inst-guile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ea26d8692..99206df0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ include_HEADERS = libguile.h # automake sometimes forgets to distribute acconfig.h, # apparently depending on the phase of the moon. EXTRA_DIST = qthreads.m4 HACKING GUILE-VERSION ANON-CVS SNAPSHOTS TODO \ - $(ACLOCAL) acconfig.h BUGS + $(ACLOCAL) acconfig.h BUGS pre-inst-guile pre-inst-guile.am TESTS = check-guile |