diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-14 15:33:15 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-14 15:33:15 +0200 |
commit | 66d0a122fcaa10b963420ac316585ed5bbace2a1 (patch) | |
tree | b7501134797484146f1382d276ec94205ddce587 /cfg.mk | |
parent | 3965579aaf5ae277b388414e7d7829196ec78fbf (diff) | |
download | gnutls-66d0a122fcaa10b963420ac316585ed5bbace2a1.tar.gz |
More indentation.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ WFLAGS ?= --enable-gcc-warnings ADDFLAGS ?= CFGFLAGS ?= --enable-gtk-doc $(ADDFLAGS) $(WFLAGS) -INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lib/gl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c` +INDENT_SOURCES = `find . -name \*.[ch] -o -name gnutls.h.in | grep -v -e ^./build-aux/ -e ^./lib/minitasn1/ -e ^./lib/build-aux/ -e ^./lib/gl/ -e ^./gl/ -e ^./libextra/gl/ -e ^./src/cfg/ -e -gaa.[ch] -e asn1_tab.c` ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) .DEFAULT_GOAL := bootstrap |