summaryrefslogtreecommitdiff
path: root/pjsip/build/Makefile
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2009-08-11 18:21:13 +0000
committerNanang Izzuddin <nanang@teluu.com>2009-08-11 18:21:13 +0000
commit02ee2764e377af337bfab2516f663dd0f518e806 (patch)
tree9a540e358e5a7f7c45d4ef8a579a972c4425fd4b /pjsip/build/Makefile
parent26a5fb73f80c12b533750d903e0722489bee02ad (diff)
Ticket #833:
- Updated build config for VS6, Symbian, and Makefile for Session Timer. - Fixed C/C++ cross-linking problem on some compilers (e.g: Symbian GCCE). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2861 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build/Makefile')
-rw-r--r--pjsip/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index d4701e9f..9dc959f3 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -54,7 +54,7 @@ export PJSIP_CFLAGS += $(_CFLAGS)
export PJSIP_UA_SRCDIR = ../src/pjsip-ua
export PJSIP_UA_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
sip_inv.o sip_reg.o sip_replaces.o sip_xfer.o \
- sip_100rel.o
+ sip_100rel.o sip_timer.o
export PJSIP_UA_CFLAGS += $(_CFLAGS)