diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-27 00:37:07 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-27 00:37:07 +0000 |
| commit | 6284acf6cadc37fe8c7106aea039181582d9114e (patch) | |
| tree | 26bc6d06d6a05849324254aff8b189a28f21e978 /src | |
| parent | 574ae82ca411afb56bb1688ce3c17f254f57522f (diff) | |
| download | ngircd-6284acf6cadc37fe8c7106aea039181582d9114e.tar.gz ngircd-6284acf6cadc37fe8c7106aea039181582d9114e.zip | |
- Erkennung der "portab header" geaendert, CFLAGS werden nun anders gesetzt.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index 86cd5906..204a0113 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -1,6 +1,9 @@ -# $Id: Makefile.am,v 1.6 2001/12/23 21:53:54 alex Exp $ +# $Id: Makefile.am,v 1.7 2001/12/27 00:37:07 alex Exp $ # $Log: Makefile.am,v $ +# Revision 1.7 2001/12/27 00:37:07 alex +# - Erkennung der "portab header" geaendert, CFLAGS werden nun anders gesetzt. +# # Revision 1.6 2001/12/23 21:53:54 alex # - Header messages.h eingefuegt. # @@ -19,8 +22,6 @@ # Revision 1.1.1.1 2001/12/11 21:53:04 alex # - Imported sources to CVS. -CFLAGS = -Wall -g - sbin_PROGRAMS = ngircd ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c irc.c log.c parse.c tool.c |