summaryrefslogtreecommitdiff
path: root/pjlib/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-09 21:28:15 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-09 21:28:15 +0000
commitc82fed9c2902aed74ea5da08148983159e581ad7 (patch)
tree20add97f4099b18461f7d64085e3d7756ab7ccda /pjlib/build
parentcaa7ec395db8f8dbda6c89f18339374ab89372ed (diff)
Initial modification to Makefiles
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1182 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build')
-rw-r--r--pjlib/build/Makefile5
1 files changed, 3 insertions, 2 deletions
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)