summaryrefslogtreecommitdiff
path: root/build.symbian
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-05-20 08:51:03 +0000
committerBenny Prijono <bennylp@teluu.com>2008-05-20 08:51:03 +0000
commit85dfa7e4d7cad3a95276fa829af357b372b72a8a (patch)
treef346e9b0767d6edeb8b18fb2341e56bc6122a64c /build.symbian
parent99cee13d826450735fbe4d0891c8d286a861d4e8 (diff)
Fixed Symbian build error caused by active socket addition to pjlib in ticket #531 (thanks Rodrigo Vega)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1962 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build.symbian')
-rw-r--r--build.symbian/pjlib.mmp1
-rw-r--r--build.symbian/pjlib_test.mmp1
2 files changed, 2 insertions, 0 deletions
diff --git a/build.symbian/pjlib.mmp b/build.symbian/pjlib.mmp
index 07cf0d92..db396672 100644
--- a/build.symbian/pjlib.mmp
+++ b/build.symbian/pjlib.mmp
@@ -29,6 +29,7 @@ MACRO PJ_SYMBIAN=1
//
// Platform independent source
//
+SOURCE activesock.c
SOURCE array.c
SOURCE config.c
SOURCE ctype.c
diff --git a/build.symbian/pjlib_test.mmp b/build.symbian/pjlib_test.mmp
index 4c859d87..2f0738ee 100644
--- a/build.symbian/pjlib_test.mmp
+++ b/build.symbian/pjlib_test.mmp
@@ -21,6 +21,7 @@ OPTION GCC -x c++
// Test files
+SOURCE activesock.c
SOURCE atomic.c
SOURCE echo_clt.c
SOURCE errno.c