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 94e07e67612df725cd8c74976d7e6c2ca9d1b954..6c26b00ed096ca3b9359c843f1ec9128c573b1bf 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 d50a1655b1d90c1c6e38f2e53c4797f29411de84..81094deca139d51eee290b167d7aafaed4127e97 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@