If we include tests/ in the release tarball, downstream distributors can run the testsuites themselves while developing the packages. This way, tests can be run in a more integrated environment and they can discover errors related to the integration with the given distribution itself. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b453af0..f64d604 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ include Make_global.am ACLOCAL_AMFLAGS = -I m4 man_MANS = conntrack.8 conntrackd.8 nfct.8 conntrackd.conf.5 -EXTRA_DIST = $(man_MANS) Make_global.am doc m4 +EXTRA_DIST = $(man_MANS) Make_global.am doc m4 tests SUBDIRS = extensions src DIST_SUBDIRS = include src extensions -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html