From: Eric Blake Date: Wed, 16 Sep 2009 17:49:31 +0000 (-0600) Subject: parse-duration-tests: avoid link failure X-Git-Tag: v0.1~5491 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0dfaef91afe694c7b484842f4b39051cc43d7718;p=gnulib.git parse-duration-tests: avoid link failure * modules/parse-duration-tests (test_parse_duration_LDADD): Add LIBINTL. Reported by Tom G. Christensen. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 94e07e676..6c26b00ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-09-16 Eric Blake + parse-duration-tests: avoid link failure + * modules/parse-duration-tests (test_parse_duration_LDADD): Add + LIBINTL. + Reported by Tom G. Christensen. + openat-tests: ensure unlinkat behaves like rmdir * tests/test-rmdir.c (main): Factor guts... * tests/test-rmdir.h (test_rmdir_func): ...into new file. diff --git a/modules/parse-duration-tests b/modules/parse-duration-tests index d50a1655b..81094deca 100644 --- a/modules/parse-duration-tests +++ b/modules/parse-duration-tests @@ -12,3 +12,4 @@ Makefile.am: TESTS += test-parse-duration.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' check_PROGRAMS += test-parse-duration +test_parse_duration_LDADD = $(LDADD) @LIBINTL@