ngircd-tor/src/ngircd/Makefile.am

20 lines
335 B
Makefile

# $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $
# $Log: Makefile.am,v $
# Revision 1.1 2001/12/11 21:53:04 alex
# Initial revision
#
CFLAGS = -Wall
sbin_PROGRAMS = ngircd
ngircd_SOURCES = ngircd.c log.c tool.c
noinst_HEADERS = ngircd.h log.h tool.h global.h
maintainer-clean-local:
rm -f Makefile Makefile.in
# -eof-