summaryrefslogtreecommitdiff
path: root/pjsip/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-06 13:59:26 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-06 13:59:26 +0000
commit9640833b3bfc82dc7359280d19d132c314baad42 (patch)
treea265ad24d141c9a213a43b982061d2312653cdaa /pjsip/build
parentf71fe38cc6ec73dbfa7b948196d68e6e6d2a6c04 (diff)
Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and Speex
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@296 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build')
-rw-r--r--pjsip/build/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index 099c6363..1c546054 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -60,7 +60,8 @@ export PJSIP_UA_CFLAGS += $(_CFLAGS)
#
export PJSIP_SIMPLE_SRCDIR = ../src/pjsip-simple
export PJSIP_SIMPLE_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
- errno.o evsub.o evsub_msg.o pidf.o presence.o xpidf.o
+ errno.o evsub.o evsub_msg.o iscomposing.o pidf.o presence.o \
+ xpidf.o
export PJSIP_SIMPLE_CFLAGS += $(_CFLAGS)
@@ -69,8 +70,9 @@ export PJSIP_SIMPLE_CFLAGS += $(_CFLAGS)
#
export PJSUA_LIB_SRCDIR = ../src/pjsua-lib
export PJSUA_LIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
- pjsua_reg.o pjsua_call.o pjsua_pres.o pjsua_opt.o \
- pjsua_core.o
+ pjsua_call.o pjsua_core.o pjsua_im.o pjsua_pres.o pjsua_reg.o \
+ pjsua_settings.o \
+
export PJSUA_LIB_CFLAGS += $(_CFLAGS)