X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fdirent-safer-tests;h=172c662de407de2b34a7818bf4fe323aa93205a8;hb=cb33aca29894edd6d93b61676fac09666352f610;hp=2bc95933fdb6293d4dae2c07d28565b77aeff3e3;hpb=9a3454362bbd242121df2ba63aef92fc96a1e390;p=gnulib.git diff --git a/modules/dirent-safer-tests b/modules/dirent-safer-tests index 2bc95933f..172c662de 100644 --- a/modules/dirent-safer-tests +++ b/modules/dirent-safer-tests @@ -10,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)