summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-10-28 18:54:41 +0100
committerTom Gundersen <teg@jklm.no>2013-10-28 18:58:19 +0100
commit3716e8c99c25e7f65d7eff3a131cc459f66ec4eb (patch)
treed79a0020f1fb27b1b896a2263515241baa7db241 /Makefile.am
parent16b9b87aeee9353b5b8dae6089a69752422a5b09 (diff)
udev: don't mix static and dynamic libs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2acd22beff..bb182173f7 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)