X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fportab%2FMakefile.am;h=060503001a49687c886592e78acf32949f2f5b13;hb=b77dae34999581f42b3a436abdbe35c777b64b98;hp=a6e8889245903c2f2cda42526c901030dea606b5;hpb=31015c830689111327e30433f8071b0efdd74f1b;p=ngircd-alex.git diff --git a/src/portab/Makefile.am b/src/portab/Makefile.am index a6e88892..06050300 100644 --- a/src/portab/Makefile.am +++ b/src/portab/Makefile.am @@ -9,12 +9,19 @@ # 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.6 2002/12/26 14:46:28 alex Exp $ # +AUTOMAKE_OPTIONS = ansi2knr + +noinst_LIBRARIES = libngportab.a + +libngportab_a_SOURCES = strlcpy.c vsnprintf.c + check_PROGRAMS = portabtest portabtest_SOURCES = portabtest.c +portabtest_LDADD = libngportab.a noinst_HEADERS = imp.h exp.h portab.h