GNUmakefile: isobus: include scripts in tarball
Fixes: 42edaeaf52 ("Implement ISOBUS File Server (FS) Interface as a Personal Project")
pull/500/head
parent
8bdcccf1a1
commit
d4712c6c55
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue