diff options
Diffstat (limited to 'tests/Makemodule.am')
-rw-r--r-- | tests/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |