summaryrefslogtreecommitdiff
path: root/pjnath/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-03-19 23:00:30 +0000
committerBenny Prijono <bennylp@teluu.com>2008-03-19 23:00:30 +0000
commit97dfbff2ebfae83b7cb10517247215d38e4a74fd (patch)
tree0edea19f19049829e444733eced5d892b5a95a84 /pjnath/build
parentb15dff0bed0f34a3371bce1b17e5a13ade0fb194 (diff)
Related to ticket #485: huge changeset to update STUN relating to managing authentication. See the ticket for the details
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1877 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/build')
-rw-r--r--pjnath/build/Makefile2
-rw-r--r--pjnath/build/pjnath_test.dsp4
2 files changed, 5 insertions, 1 deletions
diff --git a/pjnath/build/Makefile b/pjnath/build/Makefile
index 319893e3..393562f5 100644
--- a/pjnath/build/Makefile
+++ b/pjnath/build/Makefile
@@ -38,7 +38,7 @@ export PJNATH_CFLAGS += $(_CFLAGS)
# Defines for building test application
#
export PJNATH_TEST_SRCDIR = ../src/pjnath-test
-export PJNATH_TEST_OBJS += ice_test.o stun.o test.o
+export PJNATH_TEST_OBJS += ice_test.o stun.o sess_auth.o test.o
export PJNATH_TEST_CFLAGS += $(_CFLAGS)
export PJNATH_TEST_LDFLAGS += $(_LDFLAGS)
export PJNATH_TEST_EXE:=../bin/pjnath-test-$(TARGET_NAME)$(HOST_EXE)
diff --git a/pjnath/build/pjnath_test.dsp b/pjnath/build/pjnath_test.dsp
index cabea6a7..0c6b862f 100644
--- a/pjnath/build/pjnath_test.dsp
+++ b/pjnath/build/pjnath_test.dsp
@@ -95,6 +95,10 @@ SOURCE="..\src\pjnath-test\main.c"
# End Source File
# Begin Source File
+SOURCE="..\src\pjnath-test\sess_auth.c"
+# End Source File
+# Begin Source File
+
SOURCE="..\src\pjnath-test\stun.c"
# End Source File
# Begin Source File