diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-13 02:03:33 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-13 02:03:33 +0000 |
| commit | e8d9ec279521c100a7209e69f08c10d95f39cb24 (patch) | |
| tree | 94c9a6643a0624a8348b19e863a7aad415ac9078 /src | |
| parent | 34b4f044c05b6fd531f7d34d28aad9876c283e02 (diff) | |
| download | ngircd-e8d9ec279521c100a7209e69f08c10d95f39cb24.tar.gz ngircd-e8d9ec279521c100a7209e69f08c10d95f39cb24.zip | |
- beim Compilieren werden nun Informationen fuer den Debugger erzeugt.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index 0b887966..8602223b 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 |