From b5104eb4ff3b34f51ffd22d83e45477f134361e4 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 19 Nov 2009 09:12:34 -0700 Subject: [PATCH] xalloc-die-tests: add missing library * modules/xalloc-die-tests (Makefile.am): Add LDADD line. Signed-off-by: Eric Blake --- ChangeLog | 3 +++ modules/xalloc-die-tests | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index b30f038e44..eacd8e055b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-11-19 Eric Blake + 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. diff --git a/modules/xalloc-die-tests b/modules/xalloc-die-tests index ed6a4705b1..9b430cb50b 100644 --- a/modules/xalloc-die-tests +++ b/modules/xalloc-die-tests @@ -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@ -- 2.30.2