summaryrefslogtreecommitdiff
path: root/ace/SSL
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-11-23 23:18:06 +0000
committerSteve Huston <shuston@riverace.com>2002-11-23 23:18:06 +0000
commit8106aa4549421f88d52e499844340280e16c9485 (patch)
tree5d97cd2cf32c5d802fa250a21eda2a4f0e7359fb /ace/SSL
parent65864f1ecbf8971d0bd944ed04e4d44af77b539f (diff)
downloadATCD-8106aa4549421f88d52e499844340280e16c9485.tar.gz
ChangeLogTag:Sat Nov 23 18:12:37 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/SSL')
-rw-r--r--ace/SSL/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/ace/SSL/Makefile b/ace/SSL/Makefile
index 2d8b6ffb780..fb06abf4368 100644
--- a/ace/SSL/Makefile
+++ b/ace/SSL/Makefile
@@ -23,7 +23,9 @@ FILES = \
SSL_Asynch_Stream \
SSL_Asynch_BIO
-LSRC = $(addsuffix .cpp,$(FILES))
+LSRC = $(addsuffix .cpp,$(FILES))
+
+LIBS = $(ACELIB)
#----------------------------------------------------------------------------
# Include macros and targets
@@ -46,11 +48,6 @@ endif # ssl
# Local targets (and local hacks)
#----------------------------------------------------------------------------
-# This shouldn't be necessary... -Steve Huston
-#ifeq ($(HPUX_VERS),)
-#ACE_SHLIBS = -lACE -lssl -lcrypto
-#endif # HPUX_VERS
-
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------