From d4cc898ed7be56c51ee827bb4b1c066f6881ef25 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 13 Mar 2012 02:48:28 +0000 Subject: Re #1462: fixed libresample.dylib.1 installation issue git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/1.x@3974 74dad513-b988-da41-8d7b-12977e46ad98 --- build.mak.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mak.in b/build.mak.in index 2db600f1..1d7c40ba 100644 --- a/build.mak.in +++ b/build.mak.in @@ -24,7 +24,7 @@ export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libmilenage-$(LIB_ ifeq (@ac_resample_dll@,1) export PJ_RESAMPLE_DLL := 1 export APP_THIRD_PARTY_LIBS := -lresample $(APP_THIRD_PARTY_LIBS) -export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libresample.$(SHLIB_SUFFIX) $(APP_THIRD_PARTY_LIB_FILES) +export 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) else export APP_THIRD_PARTY_LIBS := -lresample-$(TARGET_NAME) $(APP_THIRD_PARTY_LIBS) export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libresample-$(LIB_SUFFIX) $(APP_THIRD_PARTY_LIB_FILES) -- cgit v1.2.3