diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-11 21:53:04 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-11 21:53:04 +0000 |
| commit | f4ade537d550b872b7e86e6ffce940dfbad4c60c (patch) | |
| tree | 4930913c7110b4b174a7d167c9a97363e8caf891 /Makefile.am | |
| download | ngircd-f4ade537d550b872b7e86e6ffce940dfbad4c60c.tar.gz ngircd-f4ade537d550b872b7e86e6ffce940dfbad4c60c.zip | |
Initial revision
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 00000000..2b573334 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,17 @@ +# $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- |