X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=Makefile.am;h=489fedf3042ec225e5024344a98985a035d4d0fd;hb=b18d5b572992debb04a7851e43143711319243a0;hp=12371406c4ef6bc312e6cf4f5b0d23255457d70e;hpb=45ad0de16aec3c2ace817e5a3e58744e83db0ffd;p=tinc diff --git a/Makefile.am b/Makefile.am index 12371406..489fedf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: