Use libvdeplug.h instead of libvdeplug_dyn.h
[tinc] / Makefile.am
index b3b5a03..489fedf 100644 (file)
@@ -6,10 +6,15 @@ 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@
 
+.PHONY: extra
+extra:
+       $(MAKE) -C $(srcdir)/src extra
+       $(MAKE) -C $(srcdir)/test extra
+
 # If git describe works, force autoconf to run in order to make sure we have the
 # current version number from git in the resulting configure script.
 configure-version:
@@ -36,8 +41,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]