summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/python/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-07-10 22:41:20 +0000
committerBenny Prijono <bennylp@teluu.com>2008-07-10 22:41:20 +0000
commitad776c2aad0adc67f6316493a2552e3799c29222 (patch)
treef8a8c19fe2b7d848dd399c6adeefaea270213f4a /pjsip-apps/src/python/Makefile
parent5297036bb4d751faf3dad72bdb22fd622e27b7c4 (diff)
Ticket #556: New object oriented Python abstraction for pjsua API
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2119 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/python/Makefile')
-rw-r--r--pjsip-apps/src/python/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/pjsip-apps/src/python/Makefile b/pjsip-apps/src/python/Makefile
new file mode 100644
index 00000000..10ed2fb3
--- /dev/null
+++ b/pjsip-apps/src/python/Makefile
@@ -0,0 +1,6 @@
+all:
+ python setup.py install
+
+clean:
+ python setup.py clean
+ rm -rf ./build