X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=Makefile.am;h=2b21abb66083fbd9bf1ea7516e60636745f93bdb;hb=a742ea4d040ecfaabbc875c63f2625654ce68923;hp=177f54996769501616cb344439d71518d7d3a488;hpb=f54a87b800d551bec4532a5d3bf124d02e167856;p=tinc diff --git a/Makefile.am b/Makefile.am index 177f5499..2b21abb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,8 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = COPYING.README README.android +@CODE_COVERAGE_RULES@ + # If git describe works, force autoconf to run in order to make sure we have the # current version number from git in the resulting configure script. configure-version: @@ -33,3 +35,6 @@ release: echo "Please edit the NEWS file now..." /usr/bin/editor $(srcdir)/NEWS $(MAKE) dist + +astyle: + astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch] test/*.[ch]