diff options
Diffstat (limited to 'mixutils/Makefile.am')
-rw-r--r-- | mixutils/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mixutils/Makefile.am b/mixutils/Makefile.am index 01d6378..9d72f95 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 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001 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,8 +10,8 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -INCLUDES = -I$(includedir) -LDADD = $(top_builddir)/mixlib/libmix.a $(INTLLIBS) +INCLUDES = -I$(includedir) +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 |