diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-03-04 17:15:13 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-03-04 17:15:13 +0100 |
commit | 7610ca58af3ccc0431e89d6ffd6279f6b10f283b (patch) | |
tree | c20fa078904801ad2d9dbad5bcd953894c046d17 /cfg.mk | |
parent | 6aa8ecf41be5427c56b8628cf3201190d23e42b4 (diff) | |
download | libtasn1-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.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |