From c82fed9c2902aed74ea5da08148983159e581ad7 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 9 Apr 2007 21:28:15 +0000 Subject: Initial modification to Makefiles git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1182 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/build/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pjlib/build') diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile index 10a13361..d5f78ce1 100644 --- a/pjlib/build/Makefile +++ b/pjlib/build/Makefile @@ -1,6 +1,7 @@ -include ../../build/common.mak +include ../../build.mak +include $(PJDIR)/build/common.mak -RULES_MAK := ../../build/rules.mak +RULES_MAK := $(PJDIR)/build/rules.mak export PJLIB_LIB := ../lib/libpj-$(TARGET_NAME)$(LIBEXT) -- cgit v1.2.3