Fix link error on mingw.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Apr 2010 22:26:31 +0000 (00:26 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Apr 2010 22:26:31 +0000 (00:26 +0200)
ChangeLog
modules/fcntl-h-c++-tests
modules/unistd-c++-tests

index c8b1d83..f382fb6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-04-06  Bruno Haible  <bruno@clisp.org>
 
+       Fix link error on mingw.
+       * modules/unistd-c++-tests (test_unistd_c___LDADD): Add LIBSOCKET.
+       * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Likewise.
+
+2010-04-06  Bruno Haible  <bruno@clisp.org>
+
        Assume rmdir exists.
        * lib/rmdir.c (rpl_rmdir): Remove code that invokes the rmdir program.
 
index c71d15a..5e7ecd6 100644 (file)
@@ -15,5 +15,5 @@ if ANSICXX
 TESTS += test-fcntl-h-c++
 check_PROGRAMS += test-fcntl-h-c++
 test_fcntl_h_c___SOURCES = test-fcntl-h-c++.cc
-test_fcntl_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
+test_fcntl_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIBSOCKET)
 endif
index 7c97ce0..a49baa5 100644 (file)
@@ -15,5 +15,5 @@ if ANSICXX
 TESTS += test-unistd-c++
 check_PROGRAMS += test-unistd-c++
 test_unistd_c___SOURCES = test-unistd-c++.cc
-test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
+test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIBSOCKET)
 endif