Changeset 4720 for pjproject/trunk
- Timestamp:
- Jan 29, 2014 9:53:06 AM (11 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/build.mak.in
r4711 r4720 27 27 export APP_THIRD_PARTY_EXT := 28 28 export 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 29 export APP_THIRD_PARTY_LIB_FILES := 36 30 37 31 ifeq (@ac_external_srtp@,1) -
pjproject/trunk/pjsip/include/pjsip/sip_config.h
r4537 r4720 943 943 * (AKAv1-MD5 and AKAv2-MD5 respectively). 944 944 * 945 * Note that if this is enabled, application would need to link with 946 * <b>libmilenage</b> library from \a third_party directory. 947 * 945 948 * Default: 0 (for now) 946 949 */ -
pjproject/trunk/third_party/build/Makefile
r4701 r4720 1 DIRS = milenage1 DIRS = 2 2 3 3 include ../../build.mak
Note: See TracChangeset
for help on using the changeset viewer.