Fix all spelling errors found by codespell.
[tinc] / Makefile.am
index 8d05fb9..0810d4f 100644 (file)
@@ -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]