bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unistd tests: fix link error on MSVC


From: Bruno Haible
Subject: unistd tests: fix link error on MSVC
Date: Wed, 11 Dec 2019 14:44:45 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-166-generic; KDE/5.18.0; x86_64; ; )

2019-12-11  Bruno Haible  <address@hidden>

        unistd tests: Fix link error on MSVC.
        * modules/unistd-c++-tests (Makefile.am): Link test-unistd-c++ against
        $(LIB_GETLOGIN).

diff --git a/modules/unistd-c++-tests b/modules/unistd-c++-tests
index c1a9639..739382b 100644
--- a/modules/unistd-c++-tests
+++ b/modules/unistd-c++-tests
@@ -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) 
$(LIB_EACCESS) $(LIBSOCKET)
+test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) 
$(LIB_EACCESS) $(LIBSOCKET) $(LIB_GETLOGIN)
 endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]