iconv: Make it possible again to use this module without 'iconv-h'.
[pspp] / modules / unistd-c++-tests
index 7c97ce0df275420ba30bc39cfa91a76ec00fa932..a49baa58f317dc603e34f8910c0f8787f69453af 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