[sr-dev] git:master: Makefile: app_python added to exclude_modules

Daniel-Constantin Mierla miconda at gmail.com
Fri Jan 29 15:01:00 CET 2010


Module: sip-router
Branch: master
Commit: ae4b3946a58ddbdd78a8a04d743b9249ebbd4899
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae4b3946a58ddbdd78a8a04d743b9249ebbd4899

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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




More information about the sr-dev mailing list