summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-11-24 20:29:33 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-11-24 20:29:33 +0000
commit7751ef1017429a9c769dca8edab6b8c1e830e471 (patch)
tree4dc270619471253c5baa1619efa2d2cb4b1e6883 /TAO/orbsvcs/tests
parent2d713070cca3679bc291361602e894724449b7d5 (diff)
downloadATCD-7751ef1017429a9c769dca8edab6b8c1e830e471.tar.gz
ChangeLogTag:Mon Nov 24 14:27:19 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile b/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile
index bb884783193..4edc56baa78 100644
--- a/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile
+++ b/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile
@@ -60,7 +60,6 @@ CLNT_LIBS += -lTAO_SSLIOP
SRVR_LIBS += -lTAO_SSLIOP
endif # static_libs_only = 1
-CLNT_LIBS += -lTAO_Security $(TAO_CLNT_LIBS)
SRVR_LIBS += \
-lTAO_Security $(TAO_SRVR_LIBS) -lssl -lcrypto
@@ -79,7 +78,7 @@ server: $(addprefix $(VDIR),$(SERVER_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(SRVR_LIBS) $(POSTLINK)
client: $(addprefix $(VDIR),$(CLIENT_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ $(CLNT_LIBS) $(POSTLINK)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ $(SRVR_LIBS) $(POSTLINK)
# DO NOT DELETE THIS LINE -- g++dep uses it.