Module: sip-router Branch: master Commit: db2eed950c3eba36f14ec5bc256120098fe3c024 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=db2eed95...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Jul 3 20:18:26 2009 +0200
makefile: removed avpops from exclude modules
- it compiles fine after removing ser version and moving the module in 'modules' folder
---
Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index b7ea63f..a98b596 100644 --- a/Makefile +++ b/Makefile @@ -205,7 +205,7 @@ else exclude_modules+= h350 # excluded because they do not compile (remove them only after they are # fixed) -- andrei - exclude_modules+= avpops bdb dbtext iptrtpproxy pa rls + exclude_modules+= bdb dbtext iptrtpproxy pa rls endif
# always exclude the CVS dir