From 6133e14032adbe22286e4704fc7517e4a42ef928 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 9 Mar 2012 00:30:28 +0000 Subject: Re #1462: fixed broken make install caused by previous changes git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/1.x@3970 74dad513-b988-da41-8d7b-12977e46ad98 --- build.mak.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.mak.in') diff --git a/build.mak.in b/build.mak.in index ae52855d..2db600f1 100644 --- a/build.mak.in +++ b/build.mak.in @@ -1,5 +1,6 @@ export PJDIR := @ac_pjdir@ include $(PJDIR)/version.mak +export PJ_DIR := $(PJDIR) # @configure_input@ export MACHINE_NAME := auto @@ -18,7 +19,7 @@ LIB_SUFFIX = $(TARGET_NAME).a # Determine which party libraries to use export APP_THIRD_PARTY_LIBS := -lmilenage-$(TARGET_NAME) -lsrtp-$(TARGET_NAME) export APP_THIRD_PARTY_EXT := -export APP_THIRD_PARTY_LIB_FILES = $(PJ_DIR)/third_party/lib/libmilenage-$(LIB_SUFFIX) $(PJ_DIR)/third_party/lib/libsrtp-$(LIB_SUFFIX) +export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libmilenage-$(LIB_SUFFIX) $(PJ_DIR)/third_party/lib/libsrtp-$(LIB_SUFFIX) ifeq (@ac_resample_dll@,1) export PJ_RESAMPLE_DLL := 1 @@ -116,7 +117,6 @@ export APP_LIB_FILES = $(PJ_DIR)/pjsip/lib/libpjsua-$(LIB_SUFFIX) \ # Here are the variabels to use if application is using the library # from within the source distribution -export PJ_DIR := $(PJDIR) export PJ_CC := $(APP_CC) export PJ_CXX := $(APP_CXX) export PJ_CFLAGS := $(APP_CFLAGS) -- cgit v1.2.3