]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/Anope/Makefile.am
Merge branch 'bug109-CHARCONV'
[ngircd-alex.git] / contrib / Anope / Makefile.am
1 #
2 # ngIRCd -- The Next Generation IRC Daemon
3 # Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 # Please read the file COPYING, README and AUTHORS for more information.
10 #
11
12 EXTRA_DIST = \
13         README \
14         0001-Revert-Removed-ngircd.patch \
15         0002-ngircd-whitespace-fixes.patch \
16         0003-Update-ngIRCd-protocol-module-for-current-Anope-1.9.patch \
17         0004-ngircd-Do-PING-PONG-on-server-burst-to-sync-servers.patch \
18         0005-ngircd-always-prefix-modes-in-CHANINFO-with.patch \
19         0006-ngircd-support-user-mode-R-and-channel-mode-R.patch \
20         0007-ngircd-Fix-handling-of-JOIN-commands.patch \
21         0008-ngircd-Allow-setting-modes-by-clients-on-burst.patch \
22         0009-ngircd-Update-protocol-module-for-current-Anope-1.9.patch \
23         0010-ngircd-Add-ProtongIRCd.patch \
24         0011-ngircd-Update-protocol-module-for-current-Anope-1.9.patch \
25         0012-ngircd-Channel-mode-r-is-supported-now.patch \
26         0013-ngircd-Update-copyright-notice.patch \
27         0014-ngircd-set-unset-GLINE-s-on-AKILL-commands.patch \
28         0015-ngircd-ngIRCd-supports-channel-mode-e-now.patch \
29         0016-ngircd-support-SQUERY-command.patch
30
31 maintainer-clean-local:
32         rm -f Makefile Makefile.in
33
34 # -eof-