diff options
author | Tom Gundersen <teg@jklm.no> | 2013-11-15 13:47:12 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-11-15 14:00:24 +0100 |
commit | b5643a8b1b360e55f1dc40398363cbc077e4d34c (patch) | |
tree | db34393a1685e1dedd684b6104f5f4bdc45d6ee7 /Makefile.am | |
parent | b4f2a5b19718e63767e9e43db5b048caf4209b3f (diff) |
build-sys: don't mix dynamic and static libs
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index b5a7a7ed54..a2c60f2e21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -646,7 +646,8 @@ test_rtnl_SOURCES = \ test_rtnl_LDADD = \ libsystemd-rtnl.la \ - libsystemd-bus.la \ + libsystemd-bus-internal.la \ + libsystemd-id128-internal.la \ libsystemd-shared.la tests += test-rtnl @@ -3838,7 +3839,8 @@ nodist_systemd_networkd_SOURCES = \ systemd_networkd_LDADD = \ libudev-internal.la \ - libsystemd-bus.la \ + libsystemd-bus-internal.la \ + libsystemd-id128-internal.la \ libsystemd-rtnl.la \ libsystemd-shared.la @@ -3860,7 +3862,8 @@ test_network_SOURCES = \ test_network_LDADD = \ libudev-internal.la \ - libsystemd-bus.la \ + libsystemd-bus-internal.la \ + libsystemd-id128-internal.la \ libsystemd-rtnl.la \ libsystemd-shared.la |