repo: ngircd
action: commit
revision: 
path_from: 
revision_from: e8d9ec279521c100a7209e69f08c10d95f39cb24:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit e8d9ec279521c100a7209e69f08c10d95f39cb24
Author: Alexander Barton 
Date:   Thu Dec 13 02:03:33 2001 +0000

    - beim Compilieren werden nun Informationen fuer den Debugger erzeugt.

diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am
index 0b887966980de8dbb9719494c2d1cd32e4288205..
index ..8602223be4beaa1ad74ba626f4eb11dd4fa27853 100644
--- a/src/ngircd/Makefile.am
+++ b/src/ngircd/Makefile.am
@@ -1,6 +1,9 @@
-# $Id: Makefile.am,v 1.2 2001/12/12 17:20:02 alex Exp $
+# $Id: Makefile.am,v 1.3 2001/12/13 02:03:33 alex Exp $

 # $Log: Makefile.am,v $
+# Revision 1.3  2001/12/13 02:03:33  alex
+# - beim Compilieren werden nun Informationen fuer den Debugger erzeugt.
+#
 # Revision 1.2  2001/12/12 17:20:02  alex
 # - neue Sourcefiles und Header ergaenzt.
 #
@@ -8,7 +11,7 @@
 # Imported sources to CVS.
 #

-CFLAGS = -Wall
+CFLAGS = -Wall -g

 sbin_PROGRAMS = ngircd

-----END OF PAGE-----