Call ENGINE_load_builtin_engines().
[tinc] / Makefile.am
index b3b5a03..6f0f687 100644 (file)
@@ -6,7 +6,7 @@ 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,8 +36,5 @@ 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]