From 2d303a7f0a6076bbf5739bae4f0fa443d0da5203 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 24 Nov 2019 17:26:33 +0100 Subject: Cleanup: completely move str_table into libsquashfs internals Signed-off-by: David Oberhollenzer --- tests/Makemodule.am | 4 +++- tests/str_table.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Makemodule.am b/tests/Makemodule.am index 007b087..72d99ba 100644 --- a/tests/Makemodule.am +++ b/tests/Makemodule.am @@ -1,9 +1,11 @@ test_canonicalize_name_SOURCES = tests/canonicalize_name.c test_canonicalize_name_LDADD = libfstree.a -test_str_table_SOURCES = tests/str_table.c +test_str_table_SOURCES = tests/str_table.c lib/sqfs/str_table.c +test_str_table_SOURCES += lib/sqfs/str_table.h test_str_table_LDADD = libutil.la libcompat.a test_str_table_CPPFLAGS = $(AM_CPPFLAGS) -DTESTPATH=$(top_srcdir)/tests +test_str_table_CPPFLAGS += -I$(top_srcdir)/lib/sqfs test_abi_SOURCES = tests/abi.c test_abi_LDADD = libsquashfs.la diff --git a/tests/str_table.c b/tests/str_table.c index ae77a61..4e306b5 100644 --- a/tests/str_table.c +++ b/tests/str_table.c @@ -11,7 +11,7 @@ #include #include -#include "util/str_table.h" +#include "str_table.h" #include "compat.h" #define STR(x) #x -- cgit v1.2.3