summaryrefslogtreecommitdiff
path: root/res/res_sip_endpoint_identifier_constant.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-04-26 21:52:06 +0000
committerMatthew Jordan <mjordan@digium.com>2013-04-26 21:52:06 +0000
commitc5f1eecb15d312d4286c00d22c00416824e0289a (patch)
tree24b75039fdf3c58f1be9f66114a108e74c0d280d /res/res_sip_endpoint_identifier_constant.c
parent2d1cbb43114b24ffa3d3367f3dee3b8e5301d6f1 (diff)
Add missing module dependencies to various res_sip* modules
This patch updates the various res_sip modules with their proper menuselect options and proper dependencies, such that Asterisk still has a snowball's chance in hell of compiling without pjproject. Much thanks to snuffy(-home|-work) for making everyone's life easier with this patch. Review: https://reviewboard.asterisk.org/r/2472/ (closes issue ASTERISK-21669) Reported by: snuffy patches: xml-depends.diff uploaded by snuffy (license 5024) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_sip_endpoint_identifier_constant.c')
-rw-r--r--res/res_sip_endpoint_identifier_constant.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_sip_endpoint_identifier_constant.c b/res/res_sip_endpoint_identifier_constant.c
index e519a9ee8..212cca263 100644
--- a/res/res_sip_endpoint_identifier_constant.c
+++ b/res/res_sip_endpoint_identifier_constant.c
@@ -20,6 +20,7 @@
/*** MODULEINFO
<depend>pjproject</depend>
+ <depend>res_sip</depend>
<defaultenabled>no</defaultenabled>
<support_level>core</support_level>
***/