about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-06-02 23:17:12 +0000
committerAlexander Barton <alex@barton.de>2002-06-02 23:17:12 +0000
commitacd91c016438a356b666adb9a31b8464dd2518a7 (patch)
tree4f2013d10f618dd34eb742ad980ebb031a32d3f8
parent9cb74e8135c989f4e28a586df6f0c80d838c1c22 (diff)
downloadngircd-acd91c016438a356b666adb9a31b8464dd2518a7.tar.gz
ngircd-acd91c016438a356b666adb9a31b8464dd2518a7.zip
- der INCLUDE-Pfad wird nun anders gesetzt; loest Probleme mit ansi2knr.
-rw-r--r--src/ngircd/Makefile.am4
1 files 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