]> arthur.barton.de Git - ngircd-alex.git/blob - Makefile.am
- Test auf stdint.h (HAVE_STDINT_H) hinzugefuegt.
[ngircd-alex.git] / Makefile.am
1 # $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $
2
3 # $Log: Makefile.am,v $
4 # Revision 1.1  2001/12/11 21:53:04  alex
5 # Initial revision
6 #
7
8 AUTOMAKE_OPTIONS = gnu
9
10 SUBDIRS = src
11
12 maintainer-clean-local:
13         rm -f Makefile.in Makefile aclocal.m4 configure
14         rm -f mkinstalldirs missing depcomp install-sh
15         rm -f config.log
16
17 # -eof-