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 b30f038e442e4ff24a065ebb3835ec74017f13f7..eacd8e055b7e88f6505c01db90f3df5f25a74e9d 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 ed6a4705b1226d533d54e387eee54d1ccb1e0950..9b430cb50b5b9c51a5134190dede131bc50cd781 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@