Ever since commit 2392b18099, fdopendir no longer drags in xalloc-die through indirect dependencies, so this test no longer needs $(LIBINTL).
* modules/dirent-safer-tests (Makefile.am): Drop stale LDADD. Signed-off-by: Eric Blake <[email protected]> --- ChangeLog | 3 +++ modules/dirent-safer-tests | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8603b51..e998524 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-04-26 Eric Blake <[email protected]> + dirent-safer: drop unused link dependency + * modules/dirent-safer-tests (Makefile.am): Drop stale LDADD. + save-cwd: reduce dependency * modules/save-cwd (Depends-on): Use getcwd-lgpl. diff --git a/modules/dirent-safer-tests b/modules/dirent-safer-tests index 172c662..2bc9593 100644 --- a/modules/dirent-safer-tests +++ b/modules/dirent-safer-tests @@ -10,6 +10,3 @@ configure.ac: Makefile.am: TESTS += test-dirent-safer check_PROGRAMS += test-dirent-safer -# Link with libintl when needed. dirent-safer uses fdopendir if it is present, -# and fdopendir indirectly depends on xgetcwd -> xalloc-die -> gettext-h. -test_dirent_safer_LDADD = $(LDADD) $(LIBINTL) -- 1.7.4.4
