1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 12:56:18 +00:00
ngircd/src/Makefile.am

14 lines
256 B
Makefile
Raw Normal View History

2001-12-11 21:53:04 +00:00
# $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
#
SUBDIRS = ngircd
maintainer-clean-local:
rm -f Makefile Makefile.in config.h config.h.in stamp-h.in
# -eof-