X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=Makefile.am;h=0810d4f893bb319ad4adc1363e4dc7ef4ee0c47f;hb=1b777010e7255cb354e31ca28c6442ee86383bac;hp=c0014d50851ab8ae65e8cb24ed8b1d2f1eb7cd5f;hpb=5ad43673acf03f86643f1463f1ebfa6e9ca189cc;p=tinc diff --git a/Makefile.am b/Makefile.am index c0014d50..0810d4f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = src doc gui test +SUBDIRS = src doc gui test systemd ACLOCAL_AMFLAGS = -I m4 @@ -33,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]