Updated build system with libmilenage library

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1573 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-11-11 03:58:47 +00:00
parent eb34aca0a6
commit 5b409a4347
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export CROSS_COMPILE := @ac_cross_compile@
export LINUX_POLL := @ac_linux_poll@
# Determine which party libraries to use
export APP_THIRD_PARTY_LIBS := -lresample-$(TARGET_NAME)
export APP_THIRD_PARTY_LIBS := -lresample-$(TARGET_NAME) -lmilenage-$(TARGET_NAME)
ifneq (@ac_no_gsm_codec@,1)
APP_THIRD_PARTY_LIBS += -lgsmcodec-$(TARGET_NAME)