aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-05 23:16:16 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-05 23:16:16 +0000
commitae606d72e3e3cf0a8460d8dacfbdc4568ca3ab78 (patch)
tree709f642cf99d742b76dfd961a4bba13b329c30a3
parent821311e71e16b31e464d75115a52563823061596 (diff)
Make codec_zap and chan_zap also depend on zaptel.
This fixes an issue (8727) with zaptel being in a different directory, using --with-zaptel. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49705 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_zap.c1
-rw-r--r--codecs/codec_zap.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index fab61b857..f3d9359ce 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -39,6 +39,7 @@
/*** MODULEINFO
<depend>zaptel_vldtmf</depend>
+ <depend>zaptel</depend>
<depend>tonezone</depend>
<use>pri</use>
***/
diff --git a/codecs/codec_zap.c b/codecs/codec_zap.c
index e5d1f0ec4..5d05d3545 100644
--- a/codecs/codec_zap.c
+++ b/codecs/codec_zap.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
<depend>zaptel_transcode</depend>
+ <depend>zaptel</depend>
***/
#include "asterisk.h"