diff options
-rw-r--r-- | misc/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 324ebde..f703ba0 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2001 Free Software Foundation, Inc. -# +# Copyright (C) 2001, 2003 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. -EXTRA_DIST = mixvm.el +EXTRA_DIST = mixvm.el mixal-mode.el -pkgdata_DATA = mixvm.el +pkgdata_DATA = mixvm.el mixal-mode.el |