diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-24 17:26:33 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-24 17:26:33 +0100 |
commit | 2d303a7f0a6076bbf5739bae4f0fa443d0da5203 (patch) | |
tree | c92b98e58628233fe5ea4b728d1d40042a1d260e /tests/Makemodule.am | |
parent | 67f703a794272d9a241fcaa96b09fdec7b8fc7e7 (diff) |
Cleanup: completely move str_table into libsquashfs internals
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/Makemodule.am')
-rw-r--r-- | tests/Makemodule.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |