From 46d894cff441c52734662765e72bc7679d075ed1 Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Mon, 9 Dec 2024 16:11:46 +0100 Subject: [PATCH] More fixes Ticket: None Changelog: None Signed-off-by: Lars Erik Wik --- tests/unit/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 78d0ebc413..ea520ad059 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -269,8 +269,6 @@ db_concurrent_test_SOURCES = db_concurrent_test.c db_concurrent_test_LDADD = libdb.la lastseen_test_SOURCES = lastseen_test.c \ - ../../libpromises/item_lib.c \ - ../../libpromises/lastseen.c \ ../../libntech/libutils/statistics.c #lastseen_test_CPPFLAGS = $(libdb_la_CPPFLAGS) lastseen_test_LDADD = libdb.la ../../libpromises/libpromises.la @@ -368,7 +366,6 @@ exec_config_test_SOURCES = exec-config-test.c \ exec_config_test_LDADD = libtest.la ../../libpromises/libpromises.la sysinfo_test_LDADD = libtest.la \ - ../../libenv/libenv.la \ ../../libpromises/libpromises.la mon_cpu_test_SOURCES = mon_cpu_test.c \