diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-21 22:25:30 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-21 22:25:30 +0000 |
| commit | 62872015deaa28919921882fb54f8b55373e9f5a (patch) | |
| tree | 1404a5aee4a1af09e16fbed5eb4049c41b458068 /src | |
| parent | 1751c869257a7996da2bf85fafd390c120d7c878 (diff) | |
| download | ngircd-62872015deaa28919921882fb54f8b55373e9f5a.tar.gz ngircd-62872015deaa28919921882fb54f8b55373e9f5a.zip | |
- neues Modul "parse" eingebunden.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/Makefile.am | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index cc2a880c..8e36436b 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -1,6 +1,9 @@ -# $Id: Makefile.am,v 1.4 2001/12/14 08:14:03 alex Exp $ +# $Id: Makefile.am,v 1.5 2001/12/21 22:25:30 alex Exp $ # $Log: Makefile.am,v $ +# Revision 1.5 2001/12/21 22:25:30 alex +# - neues Modul "parse" eingebunden. +# # Revision 1.4 2001/12/14 08:14:03 alex # - neue Module (irc, client, channel) aufgenommen. # @@ -11,16 +14,15 @@ # - neue Sourcefiles und Header ergaenzt. # # Revision 1.1.1.1 2001/12/11 21:53:04 alex -# Imported sources to CVS. -# +# - 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 tool.c +ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c irc.c log.c parse.c tool.c -noinst_HEADERS = ngircd.h channel.c client.c conf.h conn.h irc.h log.h tool.h global.h +noinst_HEADERS = ngircd.h channel.c client.c conf.h conn.h irc.h log.h parse.h tool.h global.h maintainer-clean-local: rm -f Makefile Makefile.in |