chiark / gitweb /
networkd: tie links to rtnl rather than udev
[elogind.git] / Makefile.am
index 6767a760cf40bb9db9cbe2be33277ee50034f18f..90b9b93c63c7f78a445253490a7c1578f8f79e7f 100644 (file)
@@ -1176,8 +1176,12 @@ manual_tests += \
        test-install \
        test-watchdog \
        test-log \
-       test-ipcrm \
+       test-ipcrm
+
+if HAVE_KMOD
+manual_tests += \
        test-rtnl-manual
+endif
 
 tests += \
        test-job-type \
@@ -4058,6 +4062,10 @@ libnss_myhostname_la_LDFLAGS = \
        -shared \
        -shrext .so.2
 
+libnss_myhostname_la_LIBADD = \
+       libsystemd-shared.la \
+       libsystemd-internal.la
+
 lib_LTLIBRARIES += \
        libnss_myhostname.la
 endif