aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
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 /codecs
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
Diffstat (limited to 'codecs')
-rw-r--r--codecs/codec_zap.c1
1 files changed, 1 insertions, 0 deletions
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"