diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-31 02:20:20 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-31 02:20:20 +0000 |
| commit | b07959f734cc9e85530f73cfdc67b338538a3de6 (patch) | |
| tree | 3f85cb866c0a28818b839ce504cd7205b36cff66 /Makefile.am | |
| parent | 0fa00df615e9f97aac2a8984d349a4a3d526e127 (diff) | |
| download | ngircd-b07959f734cc9e85530f73cfdc67b338538a3de6.tar.gz ngircd-b07959f734cc9e85530f73cfdc67b338538a3de6.zip | |
- Unterverzeichnis "doc" aufgenommen.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 75073c7e..8a0c38ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ -# $Id: Makefile.am,v 1.3 2001/12/30 19:24:28 alex Exp $ +# $Id: Makefile.am,v 1.4 2001/12/31 02:20:20 alex Exp $ # $Log: Makefile.am,v $ +# Revision 1.4 2001/12/31 02:20:20 alex +# - Unterverzeichnis "doc" aufgenommen. +# # Revision 1.3 2001/12/30 19:24:28 alex # - acconfig.h in die "noinst_HEADERS" aufgenommen. # @@ -13,7 +16,7 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = MacOSX src +SUBDIRS = doc MacOSX src noinst_HEADERS = acconfig.h |