summaryrefslogtreecommitdiff
path: root/pjnath/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-04-09 09:38:12 +0000
committerBenny Prijono <bennylp@teluu.com>2008-04-09 09:38:12 +0000
commitd0b1cc04536aa71c104dc3b14ae0f6f4ffb36066 (patch)
treee74dae3fac329ce74fba07ada0e6a3080b94e584 /pjnath/build/Makefile
parent02ca90e766f49bf2c03e784669220f838eb19805 (diff)
More ticket #485: huge changeset to support TURN TCP. Please see ticket #485 for the details
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1913 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/build/Makefile')
-rw-r--r--pjnath/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjnath/build/Makefile b/pjnath/build/Makefile
index 9dd0b2db..9887aee7 100644
--- a/pjnath/build/Makefile
+++ b/pjnath/build/Makefile
@@ -32,7 +32,7 @@ export PJNATH_SRCDIR = ../src/pjnath
export PJNATH_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
errno.o ice_session.o ice_strans.o nat_detect.o stun_auth.o \
stun_msg.o stun_msg_dump.o stun_session.o stun_transaction.o \
- turn_session.o turn_udp.o
+ turn_session.o turn_sock.o
export PJNATH_CFLAGS += $(_CFLAGS)
###############################################################################