From acd91c016438a356b666adb9a31b8464dd2518a7 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 2 Jun 2002 23:17:12 +0000 Subject: [PATCH] - der INCLUDE-Pfad wird nun anders gesetzt; loest Probleme mit ansi2knr. --- src/ngircd/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index a2d7365a..661f9cf5 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -9,12 +9,12 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.23 2002/05/27 11:25:17 alex Exp $ +# $Id: Makefile.am,v 1.24 2002/06/02 23:17:12 alex Exp $ # AUTOMAKE_OPTIONS = ../portab/ansi2knr -AM_CFLAGS = -I$(srcdir)/../portab +INCLUDES = -I$(srcdir)/../portab LINTARGS = -weak -warnunixlib +unixlib -booltype BOOLEAN -- 2.39.2