Updates from Bernhard Fischer rep dot nop gmail com
[rrdtool.git] / Makefile.am
index 4689aac..1c87994 100644 (file)
@@ -49,6 +49,6 @@ site-python-install: all
 
 # find . -name "*.c" -or -name "*.h" | xargs perl -0777 -n -e 'while (s/typedef\s+(?:unsigned\s+|signed\s+|unival\s+)?\S+\s+\*?([^{}\s;(]+)//){print "-T$1\n"}'
 indent:
-       find . -name "*.c" -or -name "*.h" | xargs indent
+       find ./ -name "*.[ch]" | xargs indent
 
 ##END##