diff options
| author | Alexander Barton <alex@barton.de> | 2004-02-29 17:19:43 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2004-02-29 17:19:43 +0000 |
| commit | 1e9a9583241c10d54b298f0c179db6982b3a553e (patch) | |
| tree | 4696b1cbb1206646773ae624eb4e62331a50ff69 /contrib/Makefile.am | |
| parent | 56227abc5e09e274877fda7ad5986be6a9853c10 (diff) | |
| download | ngircd-1e9a9583241c10d54b298f0c179db6982b3a553e.tar.gz ngircd-1e9a9583241c10d54b298f0c179db6982b3a553e.zip | |
Added XCode project files (for Mac OS X) to "contrib" directory.
Diffstat (limited to 'contrib/Makefile.am')
| -rw-r--r-- | contrib/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index a2fe840e..51604b33 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) +# Copyright (c)2001-2004 Alexander Barton <alex@barton.de> # # Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen # der GNU General Public License (GPL), wie von der Free Software Foundation @@ -9,10 +9,10 @@ # 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.2 2003/12/31 17:20:11 alex Exp $ +# $Id: Makefile.am,v 1.3 2004/02/29 17:19:43 alex Exp $ # -SUBDIRS = Debian +SUBDIRS = Debian MacOSX EXTRA_DIST = ngircd.spec |