X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fportab%2FMakefile.am;h=5b88a6584753511081594f3b2bbbf7950c0807f6;hp=7c8d15fec931fbd3008fe74ec3edde772e1bb3b1;hb=8430c55733daf6ba50307fa03ab673222c3e14a8;hpb=d18ca0b85d3a7ff429fb4dfd5a60ce4e84ac67e4;ds=sidebyside diff --git a/src/portab/Makefile.am b/src/portab/Makefile.am index 7c8d15fe..5b88a658 100644 --- a/src/portab/Makefile.am +++ b/src/portab/Makefile.am @@ -9,10 +9,16 @@ # 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.1 2002/03/12 14:36:44 alex Exp $ +# $Id: Makefile.am,v 1.4 2002/05/22 09:09:43 alex Exp $ # -noinst_PROGRAMS = portabtest +AUTOMAKE_OPTIONS = ansi2knr + +noinst_LIBRARIES = libngportab.a + +libngportab_a_SOURCES = vsnprintf.c + +check_PROGRAMS = portabtest portabtest_SOURCES = portabtest.c