summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-11-22 01:00:48 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-11-22 01:00:48 +0000
commitaaf112cf4f12ec1821fdf2e48b0759e1b3eedc05 (patch)
treefc76ebcb2b2c698234ef78d499444336fe29d8c3
parent1eb3f487ba033f62793369b8a17ffe19bff1d45d (diff)
downloadATCD-aaf112cf4f12ec1821fdf2e48b0759e1b3eedc05.tar.gz
ChangeLogTag:Tue Nov 21 16:26:03 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/Security/Send_File/Makefile b/TAO/orbsvcs/examples/Security/Send_File/Makefile
index 131e00108ad..3a15e66257f 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/Makefile
+++ b/TAO/orbsvcs/examples/Security/Send_File/Makefile
@@ -38,10 +38,10 @@ include $(TAO_ROOT)/rules.tao.GNU
#### If the TAO orbsvcs library wasn't built with sufficient components,
#### don't try to build here.
-TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
-ifeq (Security, $(findstring Security, $(TAO_ORBSVCS)))
+
+ifeq ($(ssl),1)
BIN = $(BIN_UNCHECKED)
-endif # Security
+endif # ssl == 1
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU