GNumakefile: isobus: don't link against libj1939
Fixes: 42edaeaf52 ("Implement ISOBUS File Server (FS) Interface as a Personal Project")
pull/500/head
parent
eb0e0a30d4
commit
8bdcccf1a1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue