xalloc-die-tests: add missing library
authorEric Blake <ebb9@byu.net>
Thu, 19 Nov 2009 16:12:34 +0000 (09:12 -0700)
committerEric Blake <ebb9@byu.net>
Fri, 20 Nov 2009 02:01:10 +0000 (19:01 -0700)
* modules/xalloc-die-tests (Makefile.am): Add LDADD line.

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

index b30f038..eacd8e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-11-19  Eric Blake  <ebb9@byu.net>
 
+       xalloc-die-tests: add missing library
+       * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
+
        test-xvasprintf: silence compiler warnings
        * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
        empty string from gcc.
index ed6a470..9b430cb 100644 (file)
@@ -8,3 +8,4 @@ Makefile.am:
 TESTS += test-xalloc-die.sh
 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-xalloc-die
+test_xalloc_die_LDADD = $(LDADD) @LIBINTL@