diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-22 09:14:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-22 09:14:57 +0200 |
commit | 4283dce8529d7423e8dc7584dc3b5e3b110c48e9 (patch) | |
tree | c475087b55e5ac022adcfcf6bf7449a09ea0f2a4 | |
parent | tests: add missing xattr-0 program (diff) | |
download | sandbox-4283dce8529d7423e8dc7584dc3b5e3b110c48e9.tar.gz sandbox-4283dce8529d7423e8dc7584dc3b5e3b110c48e9.tar.bz2 sandbox-4283dce8529d7423e8dc7584dc3b5e3b110c48e9.zip |
tests: Add missing EXTRA_DIST for xattr-0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) |