summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2020-03-18 20:13:10 +0000
committerFrediano Ziglio <fziglio@redhat.com>2020-03-19 16:48:29 +0000
commitf00eb1f7b3ff633f8f0ef57bb6a6ec213bec000c (patch)
treec791f7bba7f6b843778f107ca821475576a05cbf
parent383e88cadb3048d1b0794e1bcbdc4ff15a1ee267 (diff)
build: Add missing file to distribution
test-shell script is needed for "make check". Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 138f479..79dea8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,6 +102,7 @@ test_log_win_SOURCES = \
check_PROGRAMS += test-shell-win
TESTS += test-shell
+EXTRA_DIST += test-shell
test_shell_win_LDFLAGS = $(AM_LDFLAGS) -Wl,--subsystem,console
test_shell_win_LDADD = -luuid -lole32 -loleaut32
test_shell_win_SOURCES = \