X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fdirent-safer-tests;h=172c662de407de2b34a7818bf4fe323aa93205a8;hb=e4c754e34096c0703a41f6c0e9fb7cc1f007b3ed;hp=da87778917348c613fb10bbb9ebb88be86ce14b1;hpb=4f1227bdeac3e4e18c9b3efb27623875e02d681d;p=gnulib.git diff --git a/modules/dirent-safer-tests b/modules/dirent-safer-tests index da8777891..172c662de 100644 --- a/modules/dirent-safer-tests +++ b/modules/dirent-safer-tests @@ -1,5 +1,6 @@ Files: tests/test-dirent-safer.c +tests/macros.h Depends-on: dup2 @@ -9,3 +10,6 @@ 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)