summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-03 16:36:40 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-03 16:36:40 +0000
commit2b21b4b84996b66cd03ba6a02783297ee57d6962 (patch)
tree35beaec8646a236299580617f4e9c6aad1ec9dd7
parent01e030c1c3ebcc50ab61e5ff073c5c30d4cddd1c (diff)
downloadgnutls-2b21b4b84996b66cd03ba6a02783297ee57d6962.tar.gz
Add indent file list.
-rw-r--r--maint-cfg.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/maint-cfg.mk b/maint-cfg.mk
index 987c714eda..30c8f4bd0a 100644
--- a/maint-cfg.mk
+++ b/maint-cfg.mk
@@ -20,6 +20,8 @@
CFGFLAGS ?= --enable-developer-mode --enable-gtk-doc
+INDENT_SOURCES = `ls includes/gnutls/*.h{,.in} {lib,lib/x509,libextra,libextra/openpgp,src,tests}/*.{c,h} | grep -v -- -gaa`
+
ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
.DEFAULT_GOAL := bootstrap
endif