commit: 4283dce8529d7423e8dc7584dc3b5e3b110c48e9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 07:14:57 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 07:14:57 2021 +0000
URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=4283dce8
tests: Add missing EXTRA_DIST for xattr-0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
tests/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 846a8f6..5bb476d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,8 @@ TESTSUITE = $(srcdir)/testsuite
DISTCLEANFILES = atconfig
EXTRA_DIST = atlocal.in package.m4.in $(AT_FILES) $(TESTSUITE) \
test-skel-0.c \
- tests.h
+ tests.h \
+ xattr-0
AM_CPPFLAGS = -I$(top_srcdir) $(SANDBOX_DEFINES)