Merged revisions 49705 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49705 | qwell | 2007-01-05 17:16:16 -0600 (Fri, 05 Jan 2007) | 4 lines

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: https://origsvn.digium.com/svn/asterisk/trunk@49706 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker 2007-01-05 23:17:45 +00:00
parent d0542012c0
commit cdd63e685d
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
/*** MODULEINFO
<depend>zaptel_vldtmf</depend>
<depend>zaptel</depend>
<depend>tonezone</depend>
<use>pri</use>
<use>ss7</use>

View File

@ -28,6 +28,7 @@
/*** MODULEINFO
<depend>zaptel_transcode</depend>
<depend>zaptel</depend>
***/
#include "asterisk.h"