From d4712c6c5547907534d8754fc7f5c1ab2d58d46a Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 19 Feb 2024 09:42:05 +0100 Subject: [PATCH] GNUmakefile: isobus: include scripts in tarball Fixes: 42edaeaf52fd ("Implement ISOBUS File Server (FS) Interface as a Personal Project") --- GNUmakefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GNUmakefile.am b/GNUmakefile.am index c5057c9..1f06437 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -154,6 +154,10 @@ isobusfs_srv_LDADD = \ libisobusfs.la \ libcan.la +EXTRA_DIST += \ + isobusfs/isobusfs_create_test_dirs.sh \ + isobusfs/isobusfs_create_test_file.sh + j1939acd_LDADD = libj1939.la j1939cat_LDADD = libj1939.la j1939spy_LDADD = libj1939.la