X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fngircd%2FMakefile.am;h=505e632c92c9982d0cdba27f88fadb4d7fd39925;hb=2ee05c9a6856d78f996dfbc991452e4cc1c58c37;hp=da20e909ee31a7b2c9bc14a2137b0673d9c7e7f7;hpb=a22a3d5f290a17b7455461afdaf6dfc010f5ddeb;p=ngircd-alex.git diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index da20e909..505e632c 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.13 2002/02/27 23:22:09 alex Exp $ +# $Id: Makefile.am,v 1.14 2002/03/03 17:15:11 alex Exp $ # # $Log: Makefile.am,v $ +# Revision 1.14 2002/03/03 17:15:11 alex +# - Source in weitere Module fuer IRC-Befehle aufgesplitted. +# # Revision 1.13 2002/02/27 23:22:09 alex # - einige Header umgestellt, neue Source-Dateien irc-xxx.c # @@ -57,10 +60,12 @@ sbin_PROGRAMS = ngircd 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 + 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 \ - irc-login.h irc-mode.h irc-write.h log.h parse.h tool.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 \ global.h messages.h defines.h clean-local: