From 8bdcccf1a1df3b84e4a3c7f94fd1446b3db08082 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 19 Feb 2024 09:41:29 +0100 Subject: [PATCH] GNumakefile: isobus: don't link against libj1939 Fixes: 42edaeaf52fd ("Implement ISOBUS File Server (FS) Interface as a Personal Project") --- GNUmakefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/GNUmakefile.am b/GNUmakefile.am index 3ea593b..c5057c9 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -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