X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=Makefile.am;h=6f0f687d0898b0344dd535e18a2cfecbeff6b846;hb=b0b4a2f1eb3bef0141d817cbf3b575a5dd28f241;hp=8d05fb93f157afd6a8f973ad36353df916360b71;hpb=b7b5d516137713c594990cd982a29f7e5718b45b;p=tinc diff --git a/Makefile.am b/Makefile.am index 8d05fb93..6f0f687d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,13 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = src doc gui test +SUBDIRS = src doc test systemd bash_completion.d -EXTRA_DIST = COPYING.README README.android +ACLOCAL_AMFLAGS = -I m4 + +EXTRA_DIST = COPYING.README README.android SECURITY.md + +@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. @@ -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]