diff options
| author | Alexander Barton <alex@barton.de> | 2002-02-27 23:22:09 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-02-27 23:22:09 +0000 |
| commit | a22a3d5f290a17b7455461afdaf6dfc010f5ddeb (patch) | |
| tree | 50792c4e1b18a54161a34621244c03c1c3e53e7f /src | |
| parent | 070da48826a07d0dace8fc2b9ff7289c23fc85e1 (diff) | |
| download | ngircd-a22a3d5f290a17b7455461afdaf6dfc010f5ddeb.tar.gz ngircd-a22a3d5f290a17b7455461afdaf6dfc010f5ddeb.zip | |
- einige Header umgestellt, neue Source-Dateien irc-xxx.c
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/Makefile.am | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index 88c9c14d..da20e909 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -9,9 +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.12 2002/02/21 18:47:49 alex Exp $ +# $Id: Makefile.am,v 1.13 2002/02/27 23:22:09 alex Exp $ # # $Log: Makefile.am,v $ +# Revision 1.13 2002/02/27 23:22:09 alex +# - einige Header umgestellt, neue Source-Dateien irc-xxx.c +# # Revision 1.12 2002/02/21 18:47:49 alex # - die Rechte der check-Scripts wurde nicht gesetzt. # @@ -53,11 +56,12 @@ sbin_PROGRAMS = ngircd -ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c irc.c log.c \ - parse.c tool.c +ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c irc.c \ + irc-login.c irc-mode.c irc-write.c log.c parse.c tool.c -noinst_HEADERS = ngircd.h channel.h client.h conf.h conn.h irc.h log.h \ - parse.h tool.h global.h messages.h defines.h +noinst_HEADERS = ngircd.h channel.h client.h conf.h conn.h irc.h \ + irc-login.h irc-mode.h irc-write.h log.h parse.h tool.h \ + global.h messages.h defines.h clean-local: rm -f check-version check-help |