Changeset 4720


Ignore:
Timestamp:
Jan 29, 2014 9:53:06 AM (10 years ago)
Author:
nanang
Message:

Close #1728: Removed milenage library from linking setting.

Location:
pjproject/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build.mak.in

    r4711 r4720  
    2727export APP_THIRD_PARTY_EXT := 
    2828export APP_THIRD_PARTY_LIBS := 
    29 export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libmilenage-$(LIB_SUFFIX) 
    30 ifeq ($(PJ_SHARED_LIBRARIES),) 
    31 APP_THIRD_PARTY_LIBS += -lmilenage-$(TARGET_NAME) 
    32 else 
    33 APP_THIRD_PARTY_LIBS += -lmilenage 
    34 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libmilenage.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libmilenage.$(SHLIB_SUFFIX) 
    35 endif 
     29export APP_THIRD_PARTY_LIB_FILES := 
    3630 
    3731ifeq (@ac_external_srtp@,1) 
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r4537 r4720  
    943943 * (AKAv1-MD5 and AKAv2-MD5 respectively). 
    944944 * 
     945 * Note that if this is enabled, application would need to link with 
     946 * <b>libmilenage</b> library from \a third_party directory. 
     947 * 
    945948 * Default: 0 (for now) 
    946949 */ 
  • pjproject/trunk/third_party/build/Makefile

    r4701 r4720  
    1 DIRS = milenage 
     1DIRS = 
    22 
    33include ../../build.mak 
Note: See TracChangeset for help on using the changeset viewer.