]> arthur.barton.de Git - ngircd-alex.git/blob - Makefile.am
- PING/PONG-Timeout implementiert.
[ngircd-alex.git] / Makefile.am
1 # $Id: Makefile.am,v 1.2 2001/12/12 17:21:58 alex Exp $
2
3 # $Log: Makefile.am,v $
4 # Revision 1.2  2001/12/12 17:21:58  alex
5 # - Projektdatei fuer den Mac OS X Project Builder erstellt.
6 #
7 # Revision 1.1.1.1  2001/12/11 21:53:04  alex
8 # Imported sources to CVS.
9 #
10
11 AUTOMAKE_OPTIONS = gnu
12
13 SUBDIRS = MacOSX src
14
15 maintainer-clean-local:
16         rm -f Makefile.in Makefile aclocal.m4 configure
17         rm -f mkinstalldirs missing depcomp install-sh
18         rm -f config.log
19
20 # -eof-