]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- neue Module (irc, client, channel) aufgenommen.
authorAlexander Barton <alex@barton.de>
Fri, 14 Dec 2001 08:14:03 +0000 (08:14 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 14 Dec 2001 08:14:03 +0000 (08:14 +0000)
src/ngircd/Makefile.am

index 8602223be4beaa1ad74ba626f4eb11dd4fa27853..cc2a880c07df76e10a0619b32d7ebf4dcffb16e1 100644 (file)
@@ -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