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 48019d0d840dc61b45452a3a7770ef850ddecbea..89af21a1526371748b5fe5b6588aa637e72fbcbc 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 2d8b9c33d095e4b73834b0c18aecdcf0afa6b105..981ae1846b0534020a5cf1691ea57f4c73f91043 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)