diff options
Diffstat (limited to 'contrib/Debian/Makefile.am')
| -rw-r--r-- | contrib/Debian/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/Debian/Makefile.am b/contrib/Debian/Makefile.am index dd7c7534..2cd5277c 100644 --- a/contrib/Debian/Makefile.am +++ b/contrib/Debian/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2010 Alexander Barton (alex@barton.de) +# Copyright (c)2001-2017 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 @@ -10,7 +10,8 @@ # EXTRA_DIST = rules changelog compat control copyright \ - ngircd.init ngircd.default ngircd.pam ngircd.postinst + ngircd.init ngircd.default ngircd.pam ngircd.postinst \ + source/format maintainer-clean-local: rm -f Makefile Makefile.in |