mirror of
https://github.com/osmarks/ngircd.git
synced 2025-02-09 22:00:01 +00:00
18 lines
332 B
Makefile
18 lines
332 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
|
||
|
#
|
||
|
|
||
|
AUTOMAKE_OPTIONS = gnu
|
||
|
|
||
|
SUBDIRS = src
|
||
|
|
||
|
maintainer-clean-local:
|
||
|
rm -f Makefile.in Makefile aclocal.m4 configure
|
||
|
rm -f mkinstalldirs missing depcomp install-sh
|
||
|
rm -f config.log
|
||
|
|
||
|
# -eof-
|