From 0da05ce652b5d3ea14ed8ce5a0b0f8df380f0c23 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Mon, 25 Mar 2019 20:56:37 -0400 Subject: [PATCH] distcheck: remove duplicate test/ entry It can be confusing to distcheck that we list it explicitly, since it already adds it automatically, and we have configure and build products in there. Fixes: https://github.com/libuv/libuv/issues/2199 Refs: https://github.com/libuv/libuv/issues/2198 PR-URL: https://github.com/libuv/libuv/pull/2229 Reviewed-By: Ben Noordhuis Reviewed-By: Colin Ihrig --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7bcfc1cb..22069625 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,7 +118,6 @@ endif # WINNT EXTRA_DIST = test/fixtures/empty_file \ test/fixtures/load_error.node \ include \ - test \ docs \ img \ samples \