From 0709d31d5ef3ec19331abcd97545add26b7b0e13 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 24 Nov 2019 17:16:06 +0100 Subject: Cleanup: move canonicalize_name back to libfstree.a Signed-off-by: David Oberhollenzer --- tests/Makemodule.am | 2 +- tests/canonicalize_name.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/Makemodule.am b/tests/Makemodule.am index 93f286d..007b087 100644 --- a/tests/Makemodule.am +++ b/tests/Makemodule.am @@ -1,5 +1,5 @@ test_canonicalize_name_SOURCES = tests/canonicalize_name.c -test_canonicalize_name_LDADD = libutil.la +test_canonicalize_name_LDADD = libfstree.a test_str_table_SOURCES = tests/str_table.c test_str_table_LDADD = libutil.la libcompat.a diff --git a/tests/canonicalize_name.c b/tests/canonicalize_name.c index cabf716..3601569 100644 --- a/tests/canonicalize_name.c +++ b/tests/canonicalize_name.c @@ -5,8 +5,7 @@ * Copyright (C) 2019 David Oberhollenzer */ #include "config.h" - -#include "util/util.h" +#include "fstree.h" #include #include -- cgit v1.2.3