diff options
author | Tom Gundersen <teg@jklm.no> | 2013-10-28 18:54:41 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-28 18:58:19 +0100 |
commit | 3716e8c99c25e7f65d7eff3a131cc459f66ec4eb (patch) | |
tree | d79a0020f1fb27b1b896a2263515241baa7db241 | |
parent | 16b9b87aeee9353b5b8dae6089a69752422a5b09 (diff) |
udev: don't mix static and dynamic libs
-rw-r--r-- | Makefile.am | 2 |
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) |