X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fdirent-safer-tests;h=d516d520780bf117d5ec741cb3718854983341a3;hb=13ebbbd5b53127e51b34532465119c97ec6c23ca;hp=2bc95933fdb6293d4dae2c07d28565b77aeff3e3;hpb=9a3454362bbd242121df2ba63aef92fc96a1e390;p=pspp diff --git a/modules/dirent-safer-tests b/modules/dirent-safer-tests index 2bc95933fd..d516d52078 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 openat-die -> gettext-h. +test_dirent_safer_LDADD = $(LDADD) $(LIBINTL)