summaryrefslogtreecommitdiff
path: root/pjsip/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-12-25 20:34:14 +0000
committerBenny Prijono <bennylp@teluu.com>2006-12-25 20:34:14 +0000
commit2c57eaea78b397d120cfe359ff5d8026dae17f60 (patch)
tree2cae009a860b5cdddebffc78a005f441f702f5a1 /pjsip/build/Makefile
parentd6a9dded719756a7a873f1f9a6c1d201859b0ee6 (diff)
Added TLS support in Makefiles (see ticket #3)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@862 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build/Makefile')
-rw-r--r--pjsip/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index 462ab86c..6ba9b095 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -45,7 +45,7 @@ export PJSIP_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
sip_errno.o sip_msg.o sip_parser.o sip_tel_uri.o sip_uri.o \
sip_endpoint.o sip_util.o sip_util_proxy.o \
sip_resolve.o sip_transport.o sip_transport_loop.o \
- sip_transport_udp.o sip_transport_tcp.o \
+ sip_transport_udp.o sip_transport_tcp.o sip_transport_tls_ossl.o \
sip_auth_client.o sip_auth_msg.o sip_auth_parser.o \
sip_auth_server.o \
sip_transaction.o sip_util_statefull.o \