From 3fde079dd8b4ab7b422a441973faca783051b564 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 21 Oct 2010 02:21:37 +0000 Subject: Misc (re #1134): added the ability to add python module build with the top level build, by adding pjsip-apps/src/python into EXTRA_DIRS in user.mak. Also changed the make command in python module to just build the module without installing since installing needs root permission git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3351 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip-apps') diff --git a/pjsip-apps/src/python/Makefile b/pjsip-apps/src/python/Makefile index 43fe7bff..7fdcec01 100644 --- a/pjsip-apps/src/python/Makefile +++ b/pjsip-apps/src/python/Makefile @@ -1,5 +1,5 @@ all: - python setup.py install + python setup.py build clean: python setup.py clean -- cgit v1.2.3