]> arthur.barton.de Git - ngircd-alex.git/blob - src/ngircd/Makefile.am
- neue Module (irc, client, channel) aufgenommen.
[ngircd-alex.git] / src / ngircd / Makefile.am
1 # $Id: Makefile.am,v 1.4 2001/12/14 08:14:03 alex Exp $
2
3 # $Log: Makefile.am,v $
4 # Revision 1.4  2001/12/14 08:14:03  alex
5 # - neue Module (irc, client, channel) aufgenommen.
6 #
7 # Revision 1.3  2001/12/13 02:03:33  alex
8 # - beim Compilieren werden nun Informationen fuer den Debugger erzeugt.
9 #
10 # Revision 1.2  2001/12/12 17:20:02  alex
11 # - neue Sourcefiles und Header ergaenzt.
12 #
13 # Revision 1.1.1.1  2001/12/11 21:53:04  alex
14 # Imported sources to CVS.
15 #
16
17 CFLAGS = -Wall -g
18
19 sbin_PROGRAMS = ngircd
20
21 ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c irc.c log.c tool.c
22
23 noinst_HEADERS = ngircd.h channel.c client.c conf.h conn.h irc.h log.h tool.h global.h
24
25 maintainer-clean-local:
26         rm -f Makefile Makefile.in
27
28 # -eof-