summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/Send_File
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-10-23 11:57:58 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-10-23 11:57:58 +0000
commit669cb22c6548fe026cebb8473d3ae94d1eccff75 (patch)
tree1ed3026357421f1aa65678341f9f464fe624088d /TAO/orbsvcs/examples/Security/Send_File
parent2881a8ec3c4f28da458a50fa889b01ef59a21d57 (diff)
downloadATCD-669cb22c6548fe026cebb8473d3ae94d1eccff75.tar.gz
Updated dependencies.
Diffstat (limited to 'TAO/orbsvcs/examples/Security/Send_File')
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/Security/Send_File/Makefile b/TAO/orbsvcs/examples/Security/Send_File/Makefile
index 387ccf31ad8..0e6164a6764 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/Makefile
+++ b/TAO/orbsvcs/examples/Security/Send_File/Makefile
@@ -40,6 +40,12 @@ include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
include $(TAO_ROOT)/taoconfig.mk
+
+ifeq ($(static_libs_only),1)
+CLNT_LIBS += -lTAO_SSLIOP
+SRVR_LIBS += -lTAO_SSLIOP
+endif # static_libs_only = 1
+
CLNT_LIBS += -lTAO_PortableServer $(TAO_CLNT_LIBS)
SRVR_LIBS += -lTAO_PortableServer $(TAO_SRVR_LIBS)