diff options
| author | Alexander Barton <alex@barton.de> | 2012-09-24 14:34:16 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-09-24 14:34:16 +0200 |
| commit | 8e1beae4e7e57f5ef74fcc82532162a228e2e831 (patch) | |
| tree | b8a2e4aa499362d7aac032bf54c2c2eb0dcacbcb /src/portab/Makefile.ng | |
| parent | 192e304b94f239de13b0f10ca01f6694fe6eea40 (diff) | |
| download | ngircd-8e1beae4e7e57f5ef74fcc82532162a228e2e831.tar.gz ngircd-8e1beae4e7e57f5ef74fcc82532162a228e2e831.zip | |
Include all build-system files into distribution archives
Diffstat (limited to 'src/portab/Makefile.ng')
| -rw-r--r-- | src/portab/Makefile.ng | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/portab/Makefile.ng b/src/portab/Makefile.ng index 5681a530..e27980ee 100644 --- a/src/portab/Makefile.ng +++ b/src/portab/Makefile.ng @@ -1,17 +1,18 @@ # # 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__ +EXTRA_DIST = Makefile.ng + noinst_LIBRARIES = libngportab.a libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c |