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 | 6493ae5fd03c461e448c3a22fbbc7ffa22988a44 (patch) | |
tree | f34ce669a04a26583bce965b9c2b0a9654962c13 /ace/SSL | |
parent | 1e3e282c2b84f833be59a99392274792eed53a52 (diff) | |
download | ATCD-6493ae5fd03c461e448c3a22fbbc7ffa22988a44.tar.gz |
ChangeLogTag:Mon Jul 10 13:15:10 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/SSL')
-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 \ |