]> arthur.barton.de Git - ngircd-alex.git/blob - src/ngircd/Makefile.am
0b887966980de8dbb9719494c2d1cd32e4288205
[ngircd-alex.git] / src / ngircd / Makefile.am
1 # $Id: Makefile.am,v 1.2 2001/12/12 17:20:02 alex Exp $
2
3 # $Log: Makefile.am,v $
4 # Revision 1.2  2001/12/12 17:20:02  alex
5 # - neue Sourcefiles und Header ergaenzt.
6 #
7 # Revision 1.1.1.1  2001/12/11 21:53:04  alex
8 # Imported sources to CVS.
9 #
10
11 CFLAGS = -Wall
12
13 sbin_PROGRAMS = ngircd
14
15 ngircd_SOURCES = ngircd.c conf.c conn.c log.c tool.c
16
17 noinst_HEADERS = ngircd.h conf.h conn.h log.h tool.h global.h
18
19 maintainer-clean-local:
20         rm -f Makefile Makefile.in
21
22 # -eof-