From 10418b21cfb99f506743af0ca3d5f338c13079cd Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 7 Apr 2001 22:12:31 +0000 Subject: getopt and getopt_long provided if missing --- mixutils/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mixutils/Makefile.am') 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 -- cgit v1.2.3