From 359d71e90050a8b83f7bc7d2ecd4ff29c477cc22 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 26 Jun 2022 22:51:27 +0200 Subject: Cleanup: rename libfstream to libio, split headers Signed-off-by: David Oberhollenzer --- tests/libutil/Makemodule.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libutil/Makemodule.am') diff --git a/tests/libutil/Makemodule.am b/tests/libutil/Makemodule.am index 27d6341..557a65c 100644 --- a/tests/libutil/Makemodule.am +++ b/tests/libutil/Makemodule.am @@ -1,5 +1,5 @@ test_str_table_SOURCES = tests/libutil/str_table.c tests/test.h -test_str_table_LDADD = libutil.a libfstream.a libcompat.a +test_str_table_LDADD = libutil.a libio.a libcompat.a test_str_table_CPPFLAGS = $(AM_CPPFLAGS) -DTESTPATH=$(top_srcdir)/tests/libutil test_rbtree_SOURCES = tests/libutil/rbtree.c tests/test.h -- cgit v1.2.3