Module: sip-router Branch: master Commit: b98890fd7a682d702a3fcc7d552c3817210f87c5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b98890fd7a682d702a3fcc7d552c3817210f87c5
Author: Jon Bonilla <[email protected]> Committer: Jon Bonilla <[email protected]> Date: Sun Oct 2 08:23:17 2011 +0200 Makefile: Do not exclude modules without external depends --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index d155a1b..fc9767c 100644 --- a/Makefile +++ b/Makefile @@ -308,7 +308,7 @@ else presence_dialoginfo presence_xml pua pua_bla \ pua_dialoginfo pua_usrloc pua_xmpp \ regex xcap_client xcap_server presence_conference \ - presence_reginfo pua_reginfo async, dmq + presence_reginfo pua_reginfo #excluded because they depend on external *.h files exclude_modules+= h350 # excluded because they do not compile (remove them only after they are _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
