From b0f62471ea72f5767d859f18e41d4326f57b85c5 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 12 Oct 2007 12:14:27 +0000 Subject: Ticket #399: Initial implementation of tool to perform NAT type detection/classification git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1495 74dad513-b988-da41-8d7b-12977e46ad98 --- pjnath/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjnath/build/Makefile') diff --git a/pjnath/build/Makefile b/pjnath/build/Makefile index a5369a9a..42c8e12a 100644 --- a/pjnath/build/Makefile +++ b/pjnath/build/Makefile @@ -30,7 +30,7 @@ export _LDFLAGS := $(subst /,$(HOST_PSEP),$(PJNATH_LIB)) \ # export PJNATH_SRCDIR = ../src/pjnath export PJNATH_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ - errno.o ice_session.o ice_strans.o stun_auth.o \ + 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 export PJNATH_CFLAGS += $(_CFLAGS) -- cgit v1.2.3