X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=9e4b1363ce465cc600e21581a59ef3a6cc4f82ee;hb=cde93897cdefdd7c7f66c400a61e42ceee5f6a46;hp=19da6eab9597f6c4a9f415cb7672f5cff5d91294;hpb=08cd15525450ff2c2ac814a58930f6d82284a1ba;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 19da6eab9..9e4b1363c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -652,10 +652,12 @@ test_rtnl_SOURCES = \ test_rtnl_LDADD = \ libsystemd-rtnl.la \ libsystemd-bus-internal.la \ + libsystemd-daemon-internal.la \ libsystemd-id128-internal.la \ libsystemd-shared.la -tests += test-rtnl +tests += \ + test-rtnl # ------------------------------------------------------------------------------ noinst_LTLIBRARIES += \ @@ -3966,10 +3968,12 @@ test_network_LDADD = \ libudev-internal.la \ libsystemd-bus-internal.la \ libsystemd-id128-internal.la \ + libsystemd-daemon-internal.la \ libsystemd-rtnl.la \ libsystemd-shared.la -tests += test-network +tests += \ + test-network EXTRA_DIST += \ src/network/networkd-gperf.gperf \