Changeset 3970
- Timestamp:
- Mar 9, 2012 12:30:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/build.mak.in
r3968 r3970 1 1 export PJDIR := @ac_pjdir@ 2 2 include $(PJDIR)/version.mak 3 export PJ_DIR := $(PJDIR) 3 4 4 5 # @configure_input@ … … 19 20 export APP_THIRD_PARTY_LIBS := -lmilenage-$(TARGET_NAME) -lsrtp-$(TARGET_NAME) 20 21 export 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)22 export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libmilenage-$(LIB_SUFFIX) $(PJ_DIR)/third_party/lib/libsrtp-$(LIB_SUFFIX) 22 23 23 24 ifeq (@ac_resample_dll@,1) … … 117 118 # Here are the variabels to use if application is using the library 118 119 # from within the source distribution 119 export PJ_DIR := $(PJDIR)120 120 export PJ_CC := $(APP_CC) 121 121 export PJ_CXX := $(APP_CXX)
Note: See TracChangeset
for help on using the changeset viewer.