mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-14 02:40:27 +00:00
- neue Sourcefiles und Header ergaenzt.
This commit is contained in:
parent
380a333bbd
commit
0c3befa0bd
@ -1,17 +1,20 @@
|
|||||||
# $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $
|
# $Id: Makefile.am,v 1.2 2001/12/12 17:20:02 alex Exp $
|
||||||
|
|
||||||
# $Log: Makefile.am,v $
|
# $Log: Makefile.am,v $
|
||||||
# Revision 1.1 2001/12/11 21:53:04 alex
|
# Revision 1.2 2001/12/12 17:20:02 alex
|
||||||
# Initial revision
|
# - neue Sourcefiles und Header ergaenzt.
|
||||||
|
#
|
||||||
|
# Revision 1.1.1.1 2001/12/11 21:53:04 alex
|
||||||
|
# Imported sources to CVS.
|
||||||
#
|
#
|
||||||
|
|
||||||
CFLAGS = -Wall
|
CFLAGS = -Wall
|
||||||
|
|
||||||
sbin_PROGRAMS = ngircd
|
sbin_PROGRAMS = ngircd
|
||||||
|
|
||||||
ngircd_SOURCES = ngircd.c log.c tool.c
|
ngircd_SOURCES = ngircd.c conf.c conn.c log.c tool.c
|
||||||
|
|
||||||
noinst_HEADERS = ngircd.h log.h tool.h global.h
|
noinst_HEADERS = ngircd.h conf.h conn.h log.h tool.h global.h
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -f Makefile Makefile.in
|
rm -f Makefile Makefile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user