X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2FMakefile.am;h=d3c4c80ba884deb36f4b75146ce13e769a2aa0e4;hp=099e23291dafa9d511ed20af2c38e39f38786649;hb=2d4f7847d83f6899a3ffeca97fe5be8eccf6389e;hpb=81a26d988af12111ab5a83173268f3ae79fe421e diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index 099e2329..d3c4c80b 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -9,7 +9,7 @@ # 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.25 2002/06/26 15:44:47 alex Exp $ +# $Id: Makefile.am,v 1.26 2002/07/22 13:23:28 alex Exp $ # AUTOMAKE_OPTIONS = ../portab/ansi2knr @@ -53,7 +53,7 @@ lint: rm -f lint.out for f in *.c; do \ echo "checking $$f ..."; \ - splint $$f $(LINTARGS) -I./.. $(AM_CFLAGS) > lint.out 2>&1; \ + splint $$f $(LINTARGS) -I./.. -I./../portab $(AM_CFLAGS) > lint.out 2>&1; \ grep "no warnings" lint.out > /dev/null 2>&1; \ if [ $$? -ne 0 ]; then \ echo; cat lint.out; echo; \