Changeset 3970


Ignore:
Timestamp:
Mar 9, 2012 12:30:28 AM (12 years ago)
Author:
bennylp
Message:

Re #1462: fixed broken make install caused by previous changes

File:
1 edited

Legend:

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

    r3968 r3970  
    11export PJDIR := @ac_pjdir@ 
    22include $(PJDIR)/version.mak 
     3export PJ_DIR := $(PJDIR) 
    34 
    45# @configure_input@ 
     
    1920export APP_THIRD_PARTY_LIBS := -lmilenage-$(TARGET_NAME) -lsrtp-$(TARGET_NAME) 
    2021export APP_THIRD_PARTY_EXT := 
    21 export APP_THIRD_PARTY_LIB_FILES = $(PJ_DIR)/third_party/lib/libmilenage-$(LIB_SUFFIX) $(PJ_DIR)/third_party/lib/libsrtp-$(LIB_SUFFIX) 
     22export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libmilenage-$(LIB_SUFFIX) $(PJ_DIR)/third_party/lib/libsrtp-$(LIB_SUFFIX) 
    2223 
    2324ifeq (@ac_resample_dll@,1) 
     
    117118# Here are the variabels to use if application is using the library 
    118119# from within the source distribution 
    119 export PJ_DIR := $(PJDIR) 
    120120export PJ_CC := $(APP_CC) 
    121121export PJ_CXX := $(APP_CXX) 
Note: See TracChangeset for help on using the changeset viewer.