parse-duration-tests: avoid link failure
authorEric Blake <ebb9@byu.net>
Wed, 16 Sep 2009 17:49:31 +0000 (11:49 -0600)
committerEric Blake <ebb9@byu.net>
Thu, 17 Sep 2009 02:56:56 +0000 (20:56 -0600)
* modules/parse-duration-tests (test_parse_duration_LDADD): Add
LIBINTL.
Reported by Tom G. Christensen.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
modules/parse-duration-tests

index 94e07e6..6c26b00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-09-16  Eric Blake  <ebb9@byu.net>
 
+       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.
index d50a165..81094de 100644 (file)
@@ -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@