diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-14 08:14:03 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-14 08:14:03 +0000 |
| commit | 23603adf96d815c067c573fab2833482758b9b5a (patch) | |
| tree | 01bdef29c7424a20126d20de42c6febbd8b0569c /src | |
| parent | 38b9cb88c167002576c3aa433994ec8a2f41ec8b (diff) | |
| download | ngircd-23603adf96d815c067c573fab2833482758b9b5a.tar.gz ngircd-23603adf96d815c067c573fab2833482758b9b5a.zip | |
- neue Module (irc, client, channel) aufgenommen.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index 8602223b..cc2a880c 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -1,6 +1,9 @@ -# $Id: Makefile.am,v 1.3 2001/12/13 02:03:33 alex Exp $ +# $Id: Makefile.am,v 1.4 2001/12/14 08:14:03 alex Exp $ # $Log: Makefile.am,v $ +# Revision 1.4 2001/12/14 08:14:03 alex +# - neue Module (irc, client, channel) aufgenommen. +# # Revision 1.3 2001/12/13 02:03:33 alex # - beim Compilieren werden nun Informationen fuer den Debugger erzeugt. # @@ -15,9 +18,9 @@ CFLAGS = -Wall -g sbin_PROGRAMS = ngircd -ngircd_SOURCES = ngircd.c conf.c conn.c log.c tool.c +ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c irc.c log.c tool.c -noinst_HEADERS = ngircd.h conf.h conn.h log.h tool.h global.h +noinst_HEADERS = ngircd.h channel.c client.c conf.h conn.h irc.h log.h tool.h global.h maintainer-clean-local: rm -f Makefile Makefile.in |