From 240fa9cd6f0ede43211b799f4706df92c62a5be9 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 15 May 2007 10:42:56 +0000 Subject: Fixed several STUN bugs: USERNAME, REALM etc are not allowed in the response, retransmission timer calculation bug, etc. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1275 74dad513-b988-da41-8d7b-12977e46ad98 --- third_party/build/Makefile | 2 ++ third_party/build/os-auto.mak.in | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/build/Makefile b/third_party/build/Makefile index 204adcf5..82ca9855 100644 --- a/third_party/build/Makefile +++ b/third_party/build/Makefile @@ -1,3 +1,5 @@ +DIRS = resample + include ../../build.mak include $(PJDIR)/build/common.mak diff --git a/third_party/build/os-auto.mak.in b/third_party/build/os-auto.mak.in index 82c90e3b..94db5ac2 100644 --- a/third_party/build/os-auto.mak.in +++ b/third_party/build/os-auto.mak.in @@ -1,4 +1,3 @@ -DIRS = resample ifneq (@ac_no_gsm_codec@,1) DIRS += gsm -- cgit v1.2.3