From 7561e64ee35bc557815e918c80dd7f89d2ad41a7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Jan 2019 20:31:18 +0100 Subject: Fix link errors in unit tests. Reported by Tom G. Christensen . * modules/bitset-tests (Makefile.am): Link test-bitset against libintl. * modules/array-map-tests (Makefile.am): Link test-array_map against libintl. * modules/array-set-tests (Makefile.am): Link test-array_set against libintl. * modules/hash-map-tests (Makefile.am): Link test-hash_map against libintl. * modules/hash-set-tests (Makefile.am): Link test-hash_set against libintl. * modules/linkedhash-map-tests (Makefile.am): Link test-linkedhash_map against libintl. * modules/linkedhash-set-tests (Makefile.am): Link test-linkedhash_set against libintl. --- modules/bitset-tests | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/bitset-tests') diff --git a/modules/bitset-tests b/modules/bitset-tests index 4a7b8b32bb..f9a0f907d9 100644 --- a/modules/bitset-tests +++ b/modules/bitset-tests @@ -9,3 +9,4 @@ configure.ac: Makefile.am: TESTS += test-bitset check_PROGRAMS += test-bitset +test_bitset_LDADD = $(LDADD) @LIBINTL@ -- cgit v1.2.1