X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=007b950d2ebe16b57008de5a850cd435f57c2dc4;hb=d58fe2f1857defe98ba2d14c078d10727fe05caf;hp=27a7d55249f0eaa25412142494b500333e584aaa;hpb=b79ba679a1d08783439ecb6d677c7a5888f90f2e;p=ngircd-alex.git diff --git a/Makefile.am b/Makefile.am index 27a7d552..007b950d 100644 --- a/Makefile.am +++ b/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.7 2002/03/12 14:37:51 alex Exp $ +# $Id: Makefile.am,v 1.8 2002/03/25 19:39:48 alex Exp $ # AUTOMAKE_OPTIONS = gnu @@ -22,4 +22,7 @@ maintainer-clean-local: rm -f mkinstalldirs missing depcomp install-sh rm -f config.log +lint: + make -C src/ngircd lint + # -eof-