From 5b76aa21481d5895cd8e301dc554c42f02c1374a Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Thu, 28 Apr 2016 11:14:30 +0200 Subject: dist: include tests/ directory and files in tarball 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 Signed-off-by: Pablo Neira Ayuso --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3