diff options
Diffstat (limited to 'mixutils/Makefile.am')
-rw-r--r-- | mixutils/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mixutils/Makefile.am b/mixutils/Makefile.am index 7d899d6..9faaa8e 100644 --- a/mixutils/Makefile.am +++ b/mixutils/Makefile.am @@ -1,16 +1,15 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. -# +# Copyright (C) 2000, 2001, 2002, 2006 Free Software Foundation, Inc. +# # This file is free software; as a special exception the author gives -# unlimited permission to copy and/or distribute it, with or without +# unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. -# +# # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# $Id: Makefile.am,v 1.9 2002/04/08 00:30:34 jao Exp $ if MAKE_GUILE INCLUDES = -I$(includedir) -I$(top_srcdir) -DMAKE_GUILE |