diff options
Diffstat (limited to 'examples/scripts')
-rw-r--r-- | examples/scripts/Makefile.am | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/examples/scripts/Makefile.am b/examples/scripts/Makefile.am index ff6173086..3a82dad77 100644 --- a/examples/scripts/Makefile.am +++ b/examples/scripts/Makefile.am @@ -3,20 +3,23 @@ ## Copyright (C) 2001 Free Software Foundation, Inc. ## ## This file is part of GUILE. -## +## ## GUILE is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2, or ## (at your option) any later version. -## +## ## GUILE is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. -## +## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write ## to the Free Software Foundation, Inc., 59 Temple Place, Suite ## 330, Boston, MA 02111-1307 USA -EXTRA_DIST = README simple-hello.scm hello fact +EXTRA_DIST = README simple-hello.scm hello fact check.test + +installcheck: + srcdir=$(srcdir) GUILE_LOAD_PATH=$(top_srcdir) $(srcdir)/check.test |