X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=Makefile.am;h=0810d4f893bb319ad4adc1363e4dc7ef4ee0c47f;hb=1b777010e7255cb354e31ca28c6442ee86383bac;hp=8d05fb93f157afd6a8f973ad36353df916360b71;hpb=b7b5d516137713c594990cd982a29f7e5718b45b;p=tinc diff --git a/Makefile.am b/Makefile.am index 8d05fb93..0810d4f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,9 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = src doc gui test +SUBDIRS = src doc gui test systemd + +ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = COPYING.README README.android @@ -31,3 +33,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]