From: Florian Forster Date: Tue, 19 Dec 2023 13:51:13 +0000 (+0100) Subject: libplugin_mock: Add `src/daemon/resource.[ch]`. X-Git-Tag: 6.0.0-rc0~25^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=729406d3bd67257ccb95a4c4968cad08b8dbe487;p=thirdparty%2Fcollectd.git libplugin_mock: Add `src/daemon/resource.[ch]`. Since `configfile` now refers to `resource`, this needs to be linked into tests. --- diff --git a/Makefile.am b/Makefile.am index d21164184..3c0f75b35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \