xnanosleep: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / modules / uninorm / nfc-tests
index 55e2d29..9a571ea 100644 (file)
@@ -8,6 +8,7 @@ tests/uninorm/test-u32-nfc-big.c
 tests/uninorm/test-u32-normalize-big.h
 tests/uninorm/test-u32-normalize-big.c
 tests/uninorm/NormalizationTest.txt
+tests/macros.h
 
 Depends-on:
 unistr/u8-cmp
@@ -28,6 +29,8 @@ test_nfc_SOURCES = \
   uninorm/test-u8-nfc.c \
   uninorm/test-u16-nfc.c \
   uninorm/test-u32-nfc.c
+test_nfc_LDADD = $(LDADD) $(LIBUNISTRING)
 test_u32_nfc_big_SOURCES = \
   uninorm/test-u32-nfc-big.c \
   uninorm/test-u32-normalize-big.c
+test_u32_nfc_big_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@