diff options
| author | Alexander Barton <alex@barton.de> | 2011-07-10 14:20:48 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2011-07-10 14:23:11 +0200 |
| commit | 54566b6b32441044660c8fca784ef7b09b933a7e (patch) | |
| tree | b7ac2d9382947c6ad274602387527c32cc830474 /contrib/Makefile.am | |
| parent | c041bb340cd69654cab68fe6e9cefd62b1c1c30a (diff) | |
| download | ngircd-54566b6b32441044660c8fca784ef7b09b933a7e.tar.gz ngircd-54566b6b32441044660c8fca784ef7b09b933a7e.zip | |
Add preliminary ngIRCd protocol module for Anope 1.9
See contrib/Anope/README and doc/Services.txt for more details and installation instructions!
Diffstat (limited to 'contrib/Makefile.am')
| -rw-r--r-- | contrib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index b9da38e6..36ba2458 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2009 Alexander Barton (alex@barton.de) +# Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -9,7 +9,7 @@ # Please read the file COPYING, README and AUTHORS for more information. # -SUBDIRS = Debian MacOSX +SUBDIRS = Anope Debian MacOSX EXTRA_DIST = README ngircd.spec systrace.policy ngindent ngircd-bsd.sh \ ngIRCd-Logo.gif ngircd-redhat.init platformtest.sh |