changeset 12420:5850b9a81029

pty test: Fix link error.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Dec 2009 19:15:51 +0100
parents c043358e3949
children e8d2c6fc33ad
files ChangeLog modules/pty-tests
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-10  Bruno Haible  <bruno@clisp.org>
+
+	pty test: Fix link error.
+	* modules/pty-tests (Makefile.am): Add the default LDADD value to
+	test_pty_LDADD.
+
 2009-12-07  Simon Josefsson  <simon@josefsson.org>
 
 	* modules/pty: New file.
@@ -8,12 +14,12 @@
 	* doc/glibc-functions/forkpty.texi: Modified.
 	* doc/glibc-functions/openpty.texi: Modified.
 
-2009-12-09  Bruno Haible  <bruno@clisp.org>
+2009-12-10  Bruno Haible  <bruno@clisp.org>
 
 	Avoid syntax error in C++ mode.
 	* lib/stdio.in.h (rename): Don't use parameter name 'new'.
 
-2009-12-09  Bruno Haible  <bruno@clisp.org>
+2009-12-10  Bruno Haible  <bruno@clisp.org>
 
 	Use sed with option -e.
 	* gnulib-tool (func_version, func_emit_copyright_notice,
--- a/modules/pty-tests
+++ b/modules/pty-tests
@@ -4,4 +4,4 @@
 Makefile.am:
 TESTS += test-pty
 check_PROGRAMS += test-pty
-test_pty_LDADD = $(PTY_LIB)
+test_pty_LDADD = $(LDADD) $(PTY_LIB)