]> arthur.barton.de Git - ngircd.git/blob - src/ngircd/Makefile.am
Initial revision
[ngircd.git] / src / ngircd / Makefile.am
1 # $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $
2
3 # $Log: Makefile.am,v $
4 # Revision 1.1  2001/12/11 21:53:04  alex
5 # Initial revision
6 #
7
8 CFLAGS = -Wall
9
10 sbin_PROGRAMS = ngircd
11
12 ngircd_SOURCES = ngircd.c log.c tool.c
13
14 noinst_HEADERS = ngircd.h log.h tool.h global.h
15
16 maintainer-clean-local:
17         rm -f Makefile Makefile.in
18
19 # -eof-