From 3716e8c99c25e7f65d7eff3a131cc459f66ec4eb Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 28 Oct 2013 18:54:41 +0100 Subject: [PATCH 1/1] udev: don't mix static and dynamic libs --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2acd22bef..bb182173f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2347,7 +2347,7 @@ libudev_core_la_LIBADD = \ libsystemd-daemon-internal.la \ libsystemd-shared.la \ libsystemd-rtnl.la \ - libsystemd-id128.la \ + libsystemd-id128-internal.la \ $(BLKID_LIBS) \ $(KMOD_LIBS) -- 2.30.2