chiark / gitweb /
sd-rtnl: add support for tunnel attributes
[elogind.git] / Makefile.am
index 2cb0f2aea2d970bdc6e042e02b795e88f7f19839..27c76858aa81ee84217663c6dd2a4024358e774b 100644 (file)
@@ -1175,7 +1175,8 @@ manual_tests += \
        test-install \
        test-watchdog \
        test-log \
-       test-ipcrm
+       test-ipcrm \
+       test-rtnl-manual
 
 tests += \
        test-job-type \
@@ -1398,6 +1399,14 @@ test_ipcrm_LDADD = \
        libsystemd-shared.la \
        -lrt
 
+test_rtnl_manual_SOURCES = \
+       src/test/test-rtnl-manual.c
+
+test_rtnl_manual_LDADD = \
+       libsystemd-internal.la \
+       libsystemd-shared.la \
+       -lkmod
+
 test_ellipsize_SOURCES = \
        src/test/test-ellipsize.c