---
 sflphone-client-gnome/globals.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sflphone-client-gnome/globals.mak 
b/sflphone-client-gnome/globals.mak
index 359696c..1f061c8 100644
--- a/sflphone-client-gnome/globals.mak
+++ b/sflphone-client-gnome/globals.mak
@@ -27,5 +27,5 @@ AM_CPPFLAGS =         $(DEPS_CFLAGS)                          
                                                \
 indent:
        @echo "Indenting code:"
        if [ -f $(ASTYLERC) ] ; then \
-               find $(top_srcdir)/src/ -regex ".*\.\(h\|c\)" -exec $(indent) 
--options=$(ASTYLERC) {} \; ; \
+               find $(top_srcdir)/src/ -name \*.c -o -name \*.h | xargs 
$(indent) --options=$(ASTYLERC) ; \
        fi
-- 
1.6.6

_______________________________________________
SFLphone mailing list
[email protected]
http://lists.savoirfairelinux.net/mailman/listinfo/sflphone

Reply via email to