]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Include all build-system files into distribution archives
authorAlexander Barton <alex@barton.de>
Mon, 24 Sep 2012 12:34:16 +0000 (14:34 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 24 Sep 2012 12:34:16 +0000 (14:34 +0200)
Makefile.am
src/ipaddr/Makefile.ng
src/ngircd/Makefile.ng
src/portab/Makefile.ng
src/testsuite/Makefile.ng
src/tool/Makefile.ng

index 58f202c959cc7a8d42c9ede26453819e7751e15f..53af9afd45c69e9d7e3d217be406d62ba8f1af2d 100644 (file)
@@ -13,6 +13,8 @@ AUTOMAKE_OPTIONS = gnu
 
 SUBDIRS = doc src man contrib
 
 
 SUBDIRS = doc src man contrib
 
+EXTRA_DIST = autogen.sh configure.ng
+
 clean-local:
        rm -f build-stamp*
        rm -rf ngircd.dest
 clean-local:
        rm -f build-stamp*
        rm -rf ngircd.dest
index 3d5a5db9ca19a9d531c4e314bfd4ef21cc4846ce..a376e25fdb146bed494f6c5ce688adca99e1aaa7 100644 (file)
@@ -5,6 +5,8 @@
 
 __ng_Makefile_am_template__
 
 
 __ng_Makefile_am_template__
 
+EXTRA_DIST = Makefile.ng
+
 INCLUDES = -I$(srcdir)/../portab
 
 noinst_LIBRARIES = libngipaddr.a
 INCLUDES = -I$(srcdir)/../portab
 
 noinst_LIBRARIES = libngipaddr.a
index db3ecfe9ec7072ed1a6d9c44075893a16f9a2b3e..8ee044d9e1ed4c95bd2a6d5e93746ee042c2ef27 100644 (file)
@@ -1,6 +1,6 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2012 Alexander Barton (alex@barton.de)
+# Copyright (c)2001-2012 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
 #
 # 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
@@ -11,6 +11,8 @@
 
 __ng_Makefile_am_template__
 
 
 __ng_Makefile_am_template__
 
+EXTRA_DIST = Makefile.ng
+
 INCLUDES = -I$(srcdir)/../portab -I$(srcdir)/../tool -I$(srcdir)/../ipaddr
 
 LINTARGS = -weak -warnunixlib +unixlib -booltype BOOLEAN \
 INCLUDES = -I$(srcdir)/../portab -I$(srcdir)/../tool -I$(srcdir)/../ipaddr
 
 LINTARGS = -weak -warnunixlib +unixlib -booltype BOOLEAN \
index 5681a5304293a27473fb32b61950a7abcf0c4eea..e27980ee229be7616ca614e3fccb4b6fb27d7b9e 100644 (file)
@@ -1,17 +1,18 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
+# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors
 #
 #
-# Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
-# der GNU General Public License (GPL), wie von der Free Software Foundation
-# herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
-# der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
-# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
-# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
+# 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.
 #
 
 __ng_Makefile_am_template__
 
 #
 
 __ng_Makefile_am_template__
 
+EXTRA_DIST = Makefile.ng
+
 noinst_LIBRARIES = libngportab.a
 
 libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c
 noinst_LIBRARIES = libngportab.a
 
 libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c
index fe642e8954a3d35d52c880f467310b9beacd38ef..40076b46022044a4239b136cbbd0db074069173c 100644 (file)
@@ -1,13 +1,12 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors.
+# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors
 #
 #
-# Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
-# der GNU General Public License (GPL), wie von der Free Software Foundation
-# herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
-# der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
-# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
-# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
+# 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.
 #
 
 __ng_Makefile_am_template__
 #
 
 __ng_Makefile_am_template__
@@ -15,7 +14,7 @@ __ng_Makefile_am_template__
 INCLUDES = -I$(srcdir)/../portab
 
 EXTRA_DIST = \
 INCLUDES = -I$(srcdir)/../portab
 
 EXTRA_DIST = \
-       README functions.inc getpid.sh \
+       Makefile.ng README functions.inc getpid.sh \
        start-server.sh stop-server.sh tests.sh stress-server.sh \
        test-loop.sh wait-tests.sh \
        channel-test.e connect-test.e check-idle.e invite-test.e \
        start-server.sh stop-server.sh tests.sh stress-server.sh \
        test-loop.sh wait-tests.sh \
        channel-test.e connect-test.e check-idle.e invite-test.e \
index 807f24bc852162bfe7a51eed8251cf69f9134775..dc88420636b7be4ccf5774fa7bb27b12ee540591 100644 (file)
@@ -11,6 +11,8 @@
 
 __ng_Makefile_am_template__
 
 
 __ng_Makefile_am_template__
 
+EXTRA_DIST = Makefile.ng
+
 INCLUDES = -I$(srcdir)/../portab
 
 noinst_LIBRARIES = libngtool.a
 INCLUDES = -I$(srcdir)/../portab
 
 noinst_LIBRARIES = libngtool.a