diff options
Diffstat (limited to 'modules/unistr/u32-to-u8-tests')
-rw-r--r-- | modules/unistr/u32-to-u8-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/unistr/u32-to-u8-tests b/modules/unistr/u32-to-u8-tests index 534c749483..8b297869c6 100644 --- a/modules/unistr/u32-to-u8-tests +++ b/modules/unistr/u32-to-u8-tests @@ -11,3 +11,4 @@ Makefile.am: TESTS += test-u32-to-u8 check_PROGRAMS += test-u32-to-u8 test_u32_to_u8_SOURCES = unistr/test-u32-to-u8.c +test_u32_to_u8_LDADD = $(LDADD) $(LIBUNISTRING) |