Fix all spelling errors found by codespell.
[tinc] / Makefile.am
index 75eea49..0810d4f 100644 (file)
@@ -2,9 +2,9 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS =  src doc gui test
+SUBDIRS =  src doc gui test systemd
 
-ACLOCAL_AMFLAGS = -I m4 
+ACLOCAL_AMFLAGS = -I m4
 
 EXTRA_DIST = COPYING.README README.android
 
@@ -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]