From 679565603aebc3880fe640301ac8216811da5d32 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 19 May 2002 01:17:40 +0000 Subject: - neue Library "ngportab" begonnen: diese bildet Funktionen nach, die auf dem Ziel-System nicht vorhanden sind -- wie z.B. vsnprintf(). --- src/portab/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/portab/Makefile.am') diff --git a/src/portab/Makefile.am b/src/portab/Makefile.am index a6e88892..d31cc171 100644 --- a/src/portab/Makefile.am +++ b/src/portab/Makefile.am @@ -9,9 +9,13 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.2 2002/03/15 15:41:55 alex Exp $ +# $Id: Makefile.am,v 1.3 2002/05/19 01:17:40 alex Exp $ # +noinst_LIBRARIES = libngportab.a + +libngportab_a_SOURCES = vsnprintf.c + check_PROGRAMS = portabtest portabtest_SOURCES = portabtest.c -- cgit 1.4.1