Mercurial > hg > octave-shane > gnulib-hg
comparison modules/pty-c++-tests @ 13165:59d210905a32
Fix link error on Solaris 8 with cc.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 05 Apr 2010 16:14:47 +0200 |
parents | d7eed0b7ef06 |
children |
comparison
equal
deleted
inserted
replaced
13164:05d5602815b8 | 13165:59d210905a32 |
---|---|
13 Makefile.am: | 13 Makefile.am: |
14 if ANSICXX | 14 if ANSICXX |
15 TESTS += test-pty-c++ | 15 TESTS += test-pty-c++ |
16 check_PROGRAMS += test-pty-c++ | 16 check_PROGRAMS += test-pty-c++ |
17 test_pty_c___SOURCES = test-pty-c++.cc | 17 test_pty_c___SOURCES = test-pty-c++.cc |
18 test_pty_c___LDADD = $(LDADD) $(PTY_LIB) | 18 test_pty_c___LDADD = $(LDADD) $(PTY_LIB) $(LIBINTL) |
19 endif | 19 endif |