summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/py_pjsua/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-02-14 01:45:08 +0000
committerBenny Prijono <bennylp@teluu.com>2007-02-14 01:45:08 +0000
commit9ef0c7da71409115284b92764c4f748150745514 (patch)
treea7ceed9d6f6e7942fcad61925fb7fe60b6c78667 /pjsip-apps/src/py_pjsua/Makefile
parent64419af2b014b02636bfa28af7c353aa90089ed1 (diff)
Fixed bug in Python module's normalize_stun_config(), and added Makefile for building Python module
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@944 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/py_pjsua/Makefile')
-rw-r--r--pjsip-apps/src/py_pjsua/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/pjsip-apps/src/py_pjsua/Makefile b/pjsip-apps/src/py_pjsua/Makefile
new file mode 100644
index 00000000..10ed2fb3
--- /dev/null
+++ b/pjsip-apps/src/py_pjsua/Makefile
@@ -0,0 +1,6 @@
+all:
+ python setup.py install
+
+clean:
+ python setup.py clean
+ rm -rf ./build