repo: ngircd
action: commit
revision: 
path_from: 
revision_from: d58fe2f1857defe98ba2d14c078d10727fe05caf:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit d58fe2f1857defe98ba2d14c078d10727fe05caf
Author: Alexander Barton 
Date:   Mon Mar 25 19:39:48 2002 +0000

    - lint-Target in Haupt-Makefile aufgenommen.

diff --git a/Makefile.am b/Makefile.am
index 27a7d55249f0eaa25412142494b500333e584aaa..
index ..007b950d2ebe16b57008de5a850cd435f57c2dc4 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-

-----END OF PAGE-----