mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
GNumakefile: isobus: don't link against libj1939
Fixes: 42edaeaf52 ("Implement ISOBUS File Server (FS) Interface as a Personal Project")
This commit is contained in:
@@ -139,7 +139,6 @@ isobusfs_cli_SOURCES = \
|
||||
|
||||
isobusfs_cli_LDADD = \
|
||||
libisobusfs.la \
|
||||
libj1939.la \
|
||||
libcan.la
|
||||
|
||||
isobusfs_srv_SOURCES = \
|
||||
@@ -153,7 +152,6 @@ isobusfs_srv_SOURCES = \
|
||||
|
||||
isobusfs_srv_LDADD = \
|
||||
libisobusfs.la \
|
||||
libj1939.la \
|
||||
libcan.la
|
||||
|
||||
j1939acd_LDADD = libj1939.la
|
||||
|
||||
Reference in New Issue
Block a user