Changeset 3974


Ignore:
Timestamp:
Mar 13, 2012 2:48:28 AM (12 years ago)
Author:
bennylp
Message:

Re #1462: fixed libresample.dylib.1 installation issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/build.mak.in

    r3970 r3974  
    2525export PJ_RESAMPLE_DLL := 1 
    2626export APP_THIRD_PARTY_LIBS := -lresample $(APP_THIRD_PARTY_LIBS) 
    27 export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libresample.$(SHLIB_SUFFIX) $(APP_THIRD_PARTY_LIB_FILES) 
     27export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libresample.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libresample.$(SHLIB_SUFFIX) $(APP_THIRD_PARTY_LIB_FILES) 
    2828else 
    2929export APP_THIRD_PARTY_LIBS := -lresample-$(TARGET_NAME) $(APP_THIRD_PARTY_LIBS) 
Note: See TracChangeset for help on using the changeset viewer.