diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-06-08 14:09:53 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-06-08 14:09:53 +0000 |
commit | a1a084a6c5d7821169fa89e22980b9978b2a6269 (patch) | |
tree | 892dc63bb1681f21598e3eba08ba3e7ea15a5794 /ace/SSL/Makefile | |
parent | 29a07c19f0d1271b862660824fe561b290d6ab20 (diff) | |
download | ATCD-a1a084a6c5d7821169fa89e22980b9978b2a6269.tar.gz |
ChangeLogTag:Fri Jun 08 07:01:59 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/SSL/Makefile')
-rw-r--r-- | ace/SSL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/SSL/Makefile b/ace/SSL/Makefile index 972bd1e5b5d..73afa45c788 100644 --- a/ace/SSL/Makefile +++ b/ace/SSL/Makefile @@ -19,7 +19,9 @@ FILES = \ SSL_SOCK \ SSL_SOCK_Acceptor \ SSL_SOCK_Connector \ - SSL_SOCK_Stream + SSL_SOCK_Stream \ + SSL_Accept_Handler \ + SSL_Connect_Handler LSRC = $(addsuffix .cpp,$(FILES)) |