diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-04-08 00:30:34 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-04-08 00:30:34 +0000 |
commit | 592eff391ec7c584145d4bc2e643f3a2205a2d3d (patch) | |
tree | 9368fe0d49741a79a75799f566600cf2831b5720 /mixutils | |
parent | b5d3b20b11fea7036228800454d1f6223a117256 (diff) | |
download | mdk-592eff391ec7c584145d4bc2e643f3a2205a2d3d.tar.gz mdk-592eff391ec7c584145d4bc2e643f3a2205a2d3d.tar.bz2 |
new file
Diffstat (limited to 'mixutils')
-rw-r--r-- | mixutils/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mixutils/Makefile.am b/mixutils/Makefile.am index e331b7e..7d899d6 100644 --- a/mixutils/Makefile.am +++ b/mixutils/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002 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 @@ -10,7 +10,7 @@ # 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.8 2001/09/29 01:53:51 jao Exp $ +# $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 @@ -23,5 +23,5 @@ LDADD = $(top_builddir)/mixlib/libmix.a $(top_builddir)/lib/libreplace.a \ bin_PROGRAMS = mixasm mixvm mixasm_SOURCES = mixasm.c mixasm_comp.h mixasm_comp.c -mixvm_SOURCES = mixvm.c mixvm_loop.c mixvm_command.h mixvm_command.c - +mixvm_SOURCES = mixvm.c mixvm_loop.h mixvm_loop.c mixvm_command.h \ + mixvm_command.c |