]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
libplugin_mock: Add `src/daemon/resource.[ch]`.
authorFlorian Forster <octo@collectd.org>
Tue, 19 Dec 2023 13:51:13 +0000 (14:51 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 28 Dec 2023 08:08:20 +0000 (09:08 +0100)
Since `configfile` now refers to `resource`, this needs to be linked into
tests.

Makefile.am

index d211641844ab5cd09c17f09f29f93c4970f0e33c..3c0f75b35c9c755d525787e2f877546849057149 100644 (file)
@@ -443,6 +443,8 @@ libplugin_mock_la_SOURCES = \
        src/daemon/plugin_mock.c \
        src/daemon/configfile.c \
        src/daemon/configfile.h \
+       src/daemon/resource.c \
+       src/daemon/resource.h \
        src/daemon/types_list.c \
        src/daemon/types_list.h \
        src/daemon/utils_cache_mock.c \