summaryrefslogtreecommitdiff
path: root/pjsip/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-07 10:49:39 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-07 10:49:39 +0000
commit1a15f6f1c1e1a64edf9e82cf5194e053ccbc972c (patch)
tree546605909a2e8a1b5bdfcbb28ef25cb1ae9be568 /pjsip/build
parent8db4ef281d67eee2ebeac22a31bc1961e96d78b2 (diff)
Updated pjsua Makefile with recent changes in pjsua-lib
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@493 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build')
-rw-r--r--pjsip/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index 8c38439a..f5ec6d8c 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -72,7 +72,7 @@ export PJSUA_LIB_SRCDIR = ../src/pjsua-lib
export PJSUA_LIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
pjsua_call.o pjsua_core.o pjsua_im.o \
pjsua_pres.o pjsua_reg.o pjsua_settings.o \
-
+ pjsua_console_app.o
export PJSUA_LIB_CFLAGS += $(_CFLAGS)