Changeset 5086 for pjproject


Ignore:
Timestamp:
May 5, 2015 12:09:43 PM (9 years ago)
Author:
nanang
Message:

Misc (re #1843): Fixed warning messages in 'make install' command due to multiple source file specified to 'cp' (thanks Alexander Traud for the report).

File:
1 edited

Legend:

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

    r5029 r5086  
    1818export libdir := @libdir@ 
    1919 
    20 LIB_SUFFIX = $(TARGET_NAME).a 
     20LIB_SUFFIX := $(TARGET_NAME).a 
    2121 
    2222ifeq (@ac_shared_libraries@,1) 
     
    188188export APP_LDXXFLAGS := $(APP_LDFLAGS) 
    189189 
    190 export APP_LIB_FILES = \ 
     190export APP_LIB_FILES := \ 
    191191        $(PJ_DIR)/pjsip/lib/libpjsua-$(LIB_SUFFIX) \ 
    192192        $(PJ_DIR)/pjsip/lib/libpjsip-ua-$(LIB_SUFFIX) \ 
     
    201201        $(APP_THIRD_PARTY_LIB_FILES) \ 
    202202        $(PJ_DIR)/pjlib/lib/libpj-$(LIB_SUFFIX) 
    203 export APP_LIBXX_FILES = \ 
     203export APP_LIBXX_FILES := \ 
    204204        $(PJ_DIR)/pjsip/lib/libpjsua2-$(LIB_SUFFIX) \ 
    205205        $(APP_LIB_FILES) 
Note: See TracChangeset for help on using the changeset viewer.