summaryrefslogtreecommitdiff
path: root/pjsip-apps/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-07-28 23:40:58 +0000
committerBenny Prijono <bennylp@teluu.com>2008-07-28 23:40:58 +0000
commitb2019f321854e3e9a3a810e2420a1979fce7de7c (patch)
treea818779720ec0573aeae45c640ee1216c451f53f /pjsip-apps/build
parentacdf2f35a1555531f855e01801ce420416a87725 (diff)
Ticket #463: Configuration option to have external sound device implementation
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2182 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/build')
-rw-r--r--pjsip-apps/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip-apps/build/Makefile b/pjsip-apps/build/Makefile
index 0704abb1..206bddaa 100644
--- a/pjsip-apps/build/Makefile
+++ b/pjsip-apps/build/Makefile
@@ -34,7 +34,7 @@ export PJSUA_SRCDIR = ../src/pjsua
export PJSUA_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
main.o pjsua_app.o
export PJSUA_CFLAGS += $(_CFLAGS)
-export PJSUA_LDFLAGS += $(APP_LDFLAGS) $(APP_LDLIBS)
+export PJSUA_LDFLAGS += $(APP_LDFLAGS) $(APP_LDLIBS) $(LDFLAGS)
export PJSUA_EXE:=../bin/pjsua-$(TARGET_NAME)$(HOST_EXE)