Fix link errors in tests: openat-die uses gettext-h.
authorBruno Haible <bruno@clisp.org>
Tue, 31 May 2011 21:31:26 +0000 (23:31 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 31 May 2011 21:31:26 +0000 (23:31 +0200)
commit7c886ca1ada4248c6b838d01e9e9b2158829c6b3
tree9903db00c023ab3301bc614fed8ea1ed484ec79a
parent9c3746f4895509ac14d9969bbc4799e43b89947d
Fix link errors in tests: openat-die uses gettext-h.

* modules/areadlinkat-tests (Makefile.am): Link test-areadlinkat
against $(LIBINTL).
* modules/dirent-safer-tests (Makefile.am): Link test-dirent-safer
against $(LIBINTL).
* modules/fdopendir-tests (Makefile.am): Link test-fdopendir against
$(LIBINTL).
* modules/fdutimensat-tests (Makefile.am): Link test-fdutimensat
against $(LIBINTL).
* modules/linkat-tests (Makefile.am): Link test-linkat against
$(LIBINTL).
* modules/mkfifoat-tests (Makefile.am): Link test-mkfifoat against
$(LIBINTL).
* modules/openat-safer-tests (Makefile.am): Link test-openat-safer
against $(LIBINTL).
* modules/openat-tests (Makefile.am): Link test-fchownat, test-fstatat,
test-mkdirat, test-openat, test-unlinkat against $(LIBINTL).
* modules/readlinkat-tests (Makefile.am): Link test-readlinkat against
$(LIBINTL).
* modules/symlinkat-tests (Makefile.am): Link test-symlinkat against
$(LIBINTL).
* modules/utimensat-tests (Makefile.am): Link test-utimensat against
$(LIBINTL).
Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12 files changed:
ChangeLog
modules/areadlinkat-tests
modules/dirent-safer-tests
modules/fdopendir-tests
modules/fdutimensat-tests
modules/linkat-tests
modules/mkfifoat-tests
modules/openat-safer-tests
modules/openat-tests
modules/readlinkat-tests
modules/symlinkat-tests
modules/utimensat-tests