Hash :
f19a2e5a
Author :
Date :
2010-03-07T23:26:11
Fix test-dirent-safer link error. Correct last commit.
Files:
tests/test-dirent-safer.c
tests/macros.h
Depends-on:
dup2
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)