import from branch_1_1:
[freeradius.git] / Makefile
index c9436db..21709e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -107,5 +107,9 @@ config.status: configure
 
 configure.in:
 
+.PHONY: check-includes
+check-includes:
+       scripts/min-includes.pl `find . -name "*.c" -print`
+
 TAGS:
        etags `find src -type f -name '*.[ch]' -print`