Module: sip-router
Branch: master
Commit: 205e8545dca12bebf742b23eba592d2713623a66
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=205e854…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: Tue Dec 4 17:03:15 2012 -0500
Makefile: adding xhttp_pi to the list of excluded modules (depends on libxml2)
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index ee58a21..4d22414 100644
--- a/Makefile
+++ b/Makefile
@@ -330,7 +330,7 @@ else
# depends on libpython-dev
exclude_modules+= app_python
# depends on libxml2
- exclude_modules+= xmlops
+ exclude_modules+= xmlops xhttp_pi
# depends on jsoc-c
exclude_modules+= json jsonrpc-c
# depends on libhiredis