pty test: Fix link error.
authorBruno Haible <bruno@clisp.org>
Thu, 10 Dec 2009 18:15:51 +0000 (19:15 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 10 Dec 2009 18:15:51 +0000 (19:15 +0100)
ChangeLog
modules/pty-tests

index 48019d0..89af21a 100644 (file)
--- 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.
        * 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,
index 2d8b9c3..981ae18 100644 (file)
@@ -4,4 +4,4 @@ tests/test-pty.c
 Makefile.am:
 TESTS += test-pty
 check_PROGRAMS += test-pty
-test_pty_LDADD = $(PTY_LIB)
+test_pty_LDADD = $(LDADD) $(PTY_LIB)