mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
Include all build-system files into distribution archives
This commit is contained in:
parent
192e304b94
commit
8e1beae4e7
@ -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:
|
clean-local:
|
||||||
rm -f build-stamp*
|
rm -f build-stamp*
|
||||||
rm -rf ngircd.dest
|
rm -rf ngircd.dest
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
__ng_Makefile_am_template__
|
__ng_Makefile_am_template__
|
||||||
|
|
||||||
|
EXTRA_DIST = Makefile.ng
|
||||||
|
|
||||||
INCLUDES = -I$(srcdir)/../portab
|
INCLUDES = -I$(srcdir)/../portab
|
||||||
|
|
||||||
noinst_LIBRARIES = libngipaddr.a
|
noinst_LIBRARIES = libngipaddr.a
|
||||||
|
@ -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
|
# 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
|
# 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
|
INCLUDES = -I$(srcdir)/../portab -I$(srcdir)/../tool -I$(srcdir)/../ipaddr
|
||||||
|
|
||||||
LINTARGS = -weak -warnunixlib +unixlib -booltype BOOLEAN \
|
LINTARGS = -weak -warnunixlib +unixlib -booltype BOOLEAN \
|
||||||
|
@ -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
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# der GNU General Public License (GPL), wie von der Free Software Foundation
|
# it under the terms of the GNU General Public License as published by
|
||||||
# herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
# der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
|
# (at your option) any later version.
|
||||||
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
# Please read the file COPYING, README and AUTHORS for more information.
|
||||||
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
__ng_Makefile_am_template__
|
__ng_Makefile_am_template__
|
||||||
|
|
||||||
|
EXTRA_DIST = Makefile.ng
|
||||||
|
|
||||||
noinst_LIBRARIES = libngportab.a
|
noinst_LIBRARIES = libngportab.a
|
||||||
|
|
||||||
libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c
|
libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c
|
||||||
|
@ -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
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# der GNU General Public License (GPL), wie von der Free Software Foundation
|
# it under the terms of the GNU General Public License as published by
|
||||||
# herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
# der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
|
# (at your option) any later version.
|
||||||
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
# Please read the file COPYING, README and AUTHORS for more information.
|
||||||
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
__ng_Makefile_am_template__
|
__ng_Makefile_am_template__
|
||||||
@ -15,7 +14,7 @@ __ng_Makefile_am_template__
|
|||||||
INCLUDES = -I$(srcdir)/../portab
|
INCLUDES = -I$(srcdir)/../portab
|
||||||
|
|
||||||
EXTRA_DIST = \
|
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 \
|
start-server.sh stop-server.sh tests.sh stress-server.sh \
|
||||||
test-loop.sh wait-tests.sh \
|
test-loop.sh wait-tests.sh \
|
||||||
channel-test.e connect-test.e check-idle.e invite-test.e \
|
channel-test.e connect-test.e check-idle.e invite-test.e \
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
__ng_Makefile_am_template__
|
__ng_Makefile_am_template__
|
||||||
|
|
||||||
|
EXTRA_DIST = Makefile.ng
|
||||||
|
|
||||||
INCLUDES = -I$(srcdir)/../portab
|
INCLUDES = -I$(srcdir)/../portab
|
||||||
|
|
||||||
noinst_LIBRARIES = libngtool.a
|
noinst_LIBRARIES = libngtool.a
|
||||||
|
Loading…
Reference in New Issue
Block a user