From 0dfaef91afe694c7b484842f4b39051cc43d7718 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 16 Sep 2009 11:49:31 -0600 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ modules/parse-duration-tests | 1 + 2 files changed, 6 insertions(+) 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@ -- 2.11.0