chiark / gitweb /
rtnl: add event loop integration
[elogind.git] / Makefile.am
index 558aa1bf0fcb1fe0ca2c32d6083f57835e7621d1..b5a7a7ed54f021ae7bd8e896076b0dd95523cafe 100644 (file)
@@ -646,6 +646,7 @@ test_rtnl_SOURCES = \
 
 test_rtnl_LDADD = \
        libsystemd-rtnl.la \
+       libsystemd-bus.la \
        libsystemd-shared.la
 
 tests += test-rtnl
@@ -1024,6 +1025,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 +1853,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 = \