diff options
Diffstat (limited to 'src/ngircd/Makefile.am')
| -rw-r--r-- | src/ngircd/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index 23627272..2e2b8dc6 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -9,18 +9,18 @@ # 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.16 2002/03/12 14:37:51 alex Exp $ +# $Id: Makefile.am,v 1.17 2002/03/14 15:31:22 alex Exp $ # AM_CFLAGS = -I$(srcdir)/../portab sbin_PROGRAMS = ngircd -ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c irc.c \ +ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c hash.c irc.c \ irc-channel.c irc-login.c irc-mode.c irc-oper.c irc-server.c \ irc-write.c log.c parse.c tool.c -noinst_HEADERS = ngircd.h channel.h client.h conf.h conn.h irc.h \ +noinst_HEADERS = ngircd.h channel.h client.h conf.h conn.h hash.h irc.h \ irc-channel.h irc-login.h irc-mode.h irc-oper.h irc-server.h \ irc-write.h log.h parse.h tool.h \ messages.h defines.h |