Close #1728: Removed milenage library from linking setting.

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4720 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Nanang Izzuddin 2014-01-29 09:53:06 +00:00
parent e354c94af6
commit 7a302f27ed
3 changed files with 5 additions and 8 deletions

View File

@ -26,13 +26,7 @@ endif
# Determine which party libraries to use
export APP_THIRD_PARTY_EXT :=
export APP_THIRD_PARTY_LIBS :=
export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libmilenage-$(LIB_SUFFIX)
ifeq ($(PJ_SHARED_LIBRARIES),)
APP_THIRD_PARTY_LIBS += -lmilenage-$(TARGET_NAME)
else
APP_THIRD_PARTY_LIBS += -lmilenage
APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libmilenage.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libmilenage.$(SHLIB_SUFFIX)
endif
export APP_THIRD_PARTY_LIB_FILES :=
ifeq (@ac_external_srtp@,1)
# External SRTP library

View File

@ -942,6 +942,9 @@ PJ_INLINE(pjsip_cfg_t*) pjsip_cfg(void)
* Specify support for IMS/3GPP digest AKA authentication version 1 and 2
* (AKAv1-MD5 and AKAv2-MD5 respectively).
*
* Note that if this is enabled, application would need to link with
* <b>libmilenage</b> library from \a third_party directory.
*
* Default: 0 (for now)
*/
#ifndef PJSIP_HAS_DIGEST_AKA_AUTH

View File

@ -1,4 +1,4 @@
DIRS = milenage
DIRS =
include ../../build.mak
include $(PJDIR)/build/common.mak