Ignore:
Timestamp:
Oct 23, 2015 8:05:12 AM (9 years ago)
Author:
nanang
Message:

Misc (re #1882): Updated libresample makefile to also generate shared library when configure param '--enable-resample-dll' (see also #1462) is specified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/build/resample/Makefile

    r4656 r5189  
    2424export RESAMPLE_LIB := libresample-$(TARGET_NAME)$(LIBEXT) 
    2525 
    26 ifeq ($(PJ_SHARED_LIBRARIES),) 
    27 else 
     26ifneq ($(PJ_SHARED_LIBRARIES),) 
     27export RESAMPLE_SONAME := libresample.$(SHLIB_SUFFIX) 
     28export RESAMPLE_SHLIB := $(RESAMPLE_SONAME).$(PJ_VERSION_MAJOR) 
     29endif 
     30 
     31ifneq ($(PJ_RESAMPLE_DLL),) 
    2832export RESAMPLE_SONAME := libresample.$(SHLIB_SUFFIX) 
    2933export RESAMPLE_SHLIB := $(RESAMPLE_SONAME).$(PJ_VERSION_MAJOR) 
Note: See TracChangeset for help on using the changeset viewer.