summaryrefslogtreecommitdiff
path: root/pjnath/build/Makefile
diff options
context:
space:
mode:
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)
###############################################################################