Module: sip-router Branch: master Commit: ae4b3946a58ddbdd78a8a04d743b9249ebbd4899 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae4b3946...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Jan 29 15:00:12 2010 +0100
Makefile: app_python added to exclude_modules
- depends on python devel libs
---
Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index 356641d..b6dc645 100644 --- a/Makefile +++ b/Makefile @@ -291,6 +291,8 @@ else exclude_modules+= geoip # depends on liblua5.1-dev exclude_modules+= app_lua + # depends on libpython-dev + exclude_modules+= app_python endif
# always exclude the CVS dir