mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/sh-quote-tests (test_sh_quote_LDADD): Add @LIBINTL@. Problem reported by Dagobert Michelsen in <http://lists.gnu.org/archive/html/bug-gnulib/2012-10/msg00114.html>.
12 lines
167 B
Plaintext
12 lines
167 B
Plaintext
Files:
|
|
tests/test-sh-quote.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-sh-quote
|
|
check_PROGRAMS += test-sh-quote
|
|
test_sh_quote_LDADD = $(LDADD) @LIBINTL@
|