summaryrefslogtreecommitdiff
path: root/modules/spawn-c++-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/spawn-c++-tests')
-rw-r--r--modules/spawn-c++-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/spawn-c++-tests b/modules/spawn-c++-tests
index e685cacf6b..1ee64043bb 100644
--- a/modules/spawn-c++-tests
+++ b/modules/spawn-c++-tests
@@ -15,5 +15,5 @@ if ANSICXX
TESTS += test-spawn-c++
check_PROGRAMS += test-spawn-c++
test_spawn_c___SOURCES = test-spawn-c++.cc
-test_spawn_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
+test_spawn_c___LDADD = $(LDADD) $(LIBINTL) $(NANOSLEEP_LIB)
endif