X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=Makefile.am;h=2b21abb66083fbd9bf1ea7516e60636745f93bdb;hb=a742ea4d040ecfaabbc875c63f2625654ce68923;hp=8d05fb93f157afd6a8f973ad36353df916360b71;hpb=b7b5d516137713c594990cd982a29f7e5718b45b;p=tinc diff --git a/Makefile.am b/Makefile.am index 8d05fb93..2b21abb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,10 +2,14 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = src doc gui test +SUBDIRS = src doc gui test systemd + +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: @@ -31,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]