2002-10-01 11:57:08 +02:00
|
|
|
#
|
|
|
|
# ngIRCd -- The Next Generation IRC Daemon
|
2013-02-04 21:46:20 +01:00
|
|
|
# Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors
|
2002-10-01 11:57:08 +02:00
|
|
|
#
|
2008-11-13 23:17:32 +01:00
|
|
|
# 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
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
# Please read the file COPYING, README and AUTHORS for more information.
|
2002-10-01 11:57:08 +02:00
|
|
|
#
|
|
|
|
|
2012-11-04 13:58:25 +01:00
|
|
|
SUBDIRS = Debian MacOSX
|
2003-12-31 18:20:11 +01:00
|
|
|
|
2012-08-18 15:51:28 +02:00
|
|
|
EXTRA_DIST = README \
|
|
|
|
ngindent \
|
|
|
|
ngircd-bsd.sh \
|
|
|
|
ngIRCd-Logo.gif \
|
|
|
|
ngircd-redhat.init \
|
2012-09-04 22:48:47 +02:00
|
|
|
ngircd.service \
|
2013-02-04 21:46:20 +01:00
|
|
|
ngircd.socket \
|
2012-08-18 15:51:28 +02:00
|
|
|
ngircd.spec \
|
|
|
|
platformtest.sh \
|
|
|
|
systrace.policy
|
2002-10-01 11:57:08 +02:00
|
|
|
|
|
|
|
maintainer-clean-local:
|
|
|
|
rm -f Makefile Makefile.in
|
|
|
|
|
|
|
|
# -eof-
|