diff options
| author | Alexander Barton <alex@barton.de> | 2003-12-31 17:20:11 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2003-12-31 17:20:11 +0000 |
| commit | ed94d5d5cd31ecc1f671f36e0813804e8aa59082 (patch) | |
| tree | d54a96bd11cf4ce31fbf695ed98a3f2183e75fa5 /contrib/Makefile.am | |
| parent | ea076a28f2ff16c0424c0ba488227dbe1d3393bf (diff) | |
| download | ngircd-ed94d5d5cd31ecc1f671f36e0813804e8aa59082.tar.gz ngircd-ed94d5d5cd31ecc1f671f36e0813804e8aa59082.zip | |
Removed outdated Mac OS X ProjectBuilder project files (will be re-added
and updated for XCode soon); moved the debian/ directory to contrib/Debian/.
Diffstat (limited to 'contrib/Makefile.am')
| -rw-r--r-- | contrib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 8236df48..a2fe840e 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -9,9 +9,11 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.1 2002/10/01 09:57:08 alex Exp $ +# $Id: Makefile.am,v 1.2 2003/12/31 17:20:11 alex Exp $ # +SUBDIRS = Debian + EXTRA_DIST = ngircd.spec maintainer-clean-local: |