diff options
author | Tom Gundersen <teg@jklm.no> | 2013-10-29 23:50:07 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-11-14 15:11:15 +0100 |
commit | 81eca919f7cfa88bad8df7d7eac012f367c4c303 (patch) | |
tree | 0a2112343d0618df88c37e9b702b8a99335e3e35 /Makefile.am | |
parent | e16bcf986e3e2da2e01afc96f264edfc7bb00d1a (diff) |
loopback-setup: move to rtnl
This should be equivalent to the old behavior.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 558aa1bf0f..f74982218f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1024,6 +1024,7 @@ libsystemd_core_la_LIBADD = \ libsystemd-daemon-internal.la \ libudev-internal.la \ libsystemd-shared.la \ + libsystemd-rtnl.la \ $(LIBWRAP_LIBS) \ $(PAM_LIBS) \ $(AUDIT_LIBS) \ @@ -1851,7 +1852,8 @@ systemd_nspawn_LDADD = \ libsystemd-bus-internal.la \ libsystemd-id128-internal.la \ libsystemd-daemon-internal.la \ - libsystemd-shared.la + libsystemd-shared.la \ + libsystemd-rtnl.la # ------------------------------------------------------------------------------ systemd_run_SOURCES = \ |