summaryrefslogtreecommitdiff
path: root/tests/SSL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SSL/Makefile')
-rw-r--r--tests/SSL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SSL/Makefile b/tests/SSL/Makefile
index d1828bbbcb9..fce81acae5f 100644
--- a/tests/SSL/Makefile
+++ b/tests/SSL/Makefile
@@ -12,7 +12,7 @@
BIN = Thread_Pool_Reactor_SSL_Test
PSRC=$(addsuffix .cpp,$(BIN))
-LDLIBS = -lACE_SSL -lssl -lcrypto
+LDLIBS = -lACE_SSL -lssl -lcrypto -lTest_Output
CPPFLAGS += -I..
#----------------------------------------------------------------------------