Check that UNIX socket filenames are not too long.
[tinc] / Makefile.am
index 2b21abb..568d548 100644 (file)
@@ -2,11 +2,11 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS =  src doc gui test systemd
+SUBDIRS =  src doc test systemd bash_completion.d
 
 ACLOCAL_AMFLAGS = -I m4
 
-EXTRA_DIST = COPYING.README README.android
+EXTRA_DIST = COPYING.README README.android SECURITY.md
 
 @CODE_COVERAGE_RULES@
 
@@ -36,5 +36,8 @@ release:
        /usr/bin/editor $(srcdir)/NEWS
        $(MAKE) dist
 
+check-style:
+       astyle --options=.astylerc --dry-run -nQ src/*.[ch] src/*/*.[ch]
+
 astyle:
-       astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch] test/*.[ch]
+       astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]