X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fdirent-safer-tests;h=4ae8965afb8cbed9df4b7a55831644267a34b996;hb=5f70dcfc4f65198adbce63a01a17f18b1627beee;hp=172c662de407de2b34a7818bf4fe323aa93205a8;hpb=f19a2e5a8d283487ef024e1f0dfbda063b9c8c69;p=gnulib.git diff --git a/modules/dirent-safer-tests b/modules/dirent-safer-tests index 172c662de..4ae8965af 100644 --- a/modules/dirent-safer-tests +++ b/modules/dirent-safer-tests @@ -4,6 +4,8 @@ tests/macros.h Depends-on: dup2 +opendir +closedir configure.ac: @@ -11,5 +13,5 @@ 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. +# and fdopendir indirectly depends on openat-die -> gettext-h. test_dirent_safer_LDADD = $(LDADD) $(LIBINTL)