changeset 12324:1e925352367b

xalloc-die-tests: add missing library * modules/xalloc-die-tests (Makefile.am): Add LDADD line. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Thu, 19 Nov 2009 09:12:34 -0700
parents dd9a1c6c56b4
children 444e305ec8cc
files ChangeLog modules/xalloc-die-tests
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/xalloc-die-tests
+++ b/modules/xalloc-die-tests
@@ -8,3 +8,4 @@
 TESTS += test-xalloc-die.sh
 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-xalloc-die
+test_xalloc_die_LDADD = $(LDADD) @LIBINTL@