summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-03-04 17:15:13 +0100
committerSimon Josefsson <simon@josefsson.org>2009-03-04 17:15:13 +0100
commit7610ca58af3ccc0431e89d6ffd6279f6b10f283b (patch)
treec20fa078904801ad2d9dbad5bcd953894c046d17 /cfg.mk
parent6aa8ecf41be5427c56b8628cf3201190d23e42b4 (diff)
downloadlibtasn1-7610ca58af3ccc0431e89d6ffd6279f6b10f283b.tar.gz
libtasn1-7610ca58af3ccc0431e89d6ffd6279f6b10f283b.tar.bz2
libtasn1-7610ca58af3ccc0431e89d6ffd6279f6b10f283b.zip
Add a INDENT_SOURCES to make 'make indent' work.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index e98ed10..8d151ca 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -18,6 +18,8 @@
CFGFLAGS ?= --enable-gtk-doc WARN_CFLAGS=-Werror
+INDENT_SOURCES = `find . -name \*.[ch]|grep -v -e ^./gl -e ^./lib/gl -e ^./build-aux/ -e ^./lib/ASN1.c -e ^./tests/Test_tree_asn1_tab.c`
+
ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
.DEFAULT_GOAL := bootstrap
endif