diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-07-10 20:17:25 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-07-10 20:17:25 +0000 |
commit | 78c63f8102edbfd1147357c25117b8ee1071e92e (patch) | |
tree | f34ce669a04a26583bce965b9c2b0a9654962c13 /ace/SSL/Makefile | |
parent | af62c2875537f54b2f64adb1333ba0190e698f68 (diff) | |
download | ATCD-78c63f8102edbfd1147357c25117b8ee1071e92e.tar.gz |
ChangeLogTag:Mon Jul 10 13:15:10 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/SSL/Makefile')
-rw-r--r-- | ace/SSL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SSL/Makefile b/ace/SSL/Makefile index 5e23773a9c1..81e17091329 100644 --- a/ace/SSL/Makefile +++ b/ace/SSL/Makefile @@ -14,7 +14,7 @@ LIBNAME = libACE_SSL LIB = $(LIBNAME).a SHLIB = $(LIBNAME).$(SOEXT) -ACE_SHLIBS = -lssl -lcrypto +ACE_SHLIBS = -lACE -lssl -lcrypto FILES = \ SSL_Context \ |