Mercurial > hg > octave-kai > gnulib-hg
view modules/sys_ioctl-c++-tests @ 14035:1cdd9ed93c4e
Fix more C++ link errors on Solaris 8.
* modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Add
$(LIB_EACCESS).
* modules/stdio-c++-tests (test_stdio_c___LDADD): Likewise.
* modules/stdlib-c++-tests (test_stdlib_c___LDADD): Likewise.
* modules/sys_ioctl-c++-tests (test_sys_ioctl_c___LDADD): Likewise.
* modules/wchar-c++-tests (test_wchar_c___LDADD): Likewise.
* modules/wctype-c++-tests (test_wctype_c___LDADD): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 25 Dec 2010 19:44:39 +0100 |
parents | d7eed0b7ef06 |
children |
line wrap: on
line source
Files: tests/test-sys_ioctl-c++.cc tests/signature.h Status: c++-test Depends-on: ansi-c++-opt configure.ac: Makefile.am: if ANSICXX TESTS += test-sys_ioctl-c++ check_PROGRAMS += test-sys_ioctl-c++ test_sys_ioctl_c___SOURCES = test-sys_ioctl-c++.cc test_sys_ioctl_c___LDADD = $(LDADD) $(LIBINTL) $(LIBSOCKET) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) endif