parse-duration: Make self-test build on its own.
authorSimon Josefsson <simon@josefsson.org>
Wed, 20 Jun 2012 17:13:44 +0000 (19:13 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 20 Jun 2012 17:13:44 +0000 (19:13 +0200)
* modules/parse-duration-tests (test_parse_duration_LDADD): Don't
bring in LIBINTL.

ChangeLog
modules/parse-duration-tests

index e0e827d..a363d56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-20  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/parse-duration-tests (test_parse_duration_LDADD): Don't
+       bring in LIBINTL.
+
 2012-06-20  Paul Eggert  <eggert@cs.ucla.edu>
 
        init.sh: do not rely on autoupated PWD
index b561a38..3fade7e 100644 (file)
@@ -11,4 +11,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-parse-duration.sh
 check_PROGRAMS += test-parse-duration
-test_parse_duration_LDADD = $(LDADD) @LIBINTL@
+test_parse_duration_LDADD = $(LDADD)