Skip to content

Commit

Permalink
GNumakefile: isobus: don't link against libj1939
Browse files Browse the repository at this point in the history
Fixes: 42edaea ("Implement ISOBUS File Server (FS) Interface as a Personal Project")
  • Loading branch information
marckleinebudde committed Feb 19, 2024
1 parent eb0e0a3 commit 8bdcccf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GNUmakefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ isobusfs_cli_SOURCES = \

isobusfs_cli_LDADD = \
libisobusfs.la \
libj1939.la \
libcan.la

isobusfs_srv_SOURCES = \
Expand All @@ -153,7 +152,6 @@ isobusfs_srv_SOURCES = \

isobusfs_srv_LDADD = \
libisobusfs.la \
libj1939.la \
libcan.la

j1939acd_LDADD = libj1939.la
Expand Down

0 comments on commit 8bdcccf

Please sign in to comment.