1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

Link test program with libintl.

This commit is contained in:
Bruno Haible
2007-04-04 00:45:45 +00:00
parent a5bf7c4305
commit 225f5fc37e
17 changed files with 51 additions and 0 deletions

View File

@@ -9,4 +9,5 @@ configure.ac:
Makefile.am:
TESTS += test-array_list
check_PROGRAMS += test-array_list
test_array_list_LDADD = @LIBINTL@ $(LDADD)