Module: sip-router Branch: master Commit: ba7f20f2bf1454283e62b8d87faff7d0c96611b1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ba7f20f2...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Jan 26 20:31:18 2010 +0100
Makefile: excluded app_lua from compile list
- depends on liblua5.1-dev
---
Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index 3dff7a8..14668cb 100644 --- a/Makefile +++ b/Makefile @@ -226,6 +226,8 @@ else exclude_modules+= mtree # depends on libgeoip exclude_modules+= geoip + # depends on liblua5.1-dev + exclude_modules+= app_lua endif
# always exclude the CVS dir