From dbf099cdb8646750686a8c4db0e2ed59f594f53c Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 5 Jul 2006 20:12:29 +0000 Subject: [PATCH] update dependency information to match new names for dependencies git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37085 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_osplookup.c | 2 +- cdr/cdr_radius.c | 2 +- channels/chan_zap.c | 2 +- codecs/codec_gsm.c | 2 +- codecs/codec_speex.c | 2 +- formats/format_ogg_vorbis.c | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index dcdd2f92de..2eef7cea84 100644 --- a/apps/app_osplookup.c +++ b/apps/app_osplookup.c @@ -26,7 +26,7 @@ */ /*** MODULEINFO - libosptk + osptk ssl ***/ diff --git a/cdr/cdr_radius.c b/cdr/cdr_radius.c index 66e85ec1cb..8fe6d4459c 100644 --- a/cdr/cdr_radius.c +++ b/cdr/cdr_radius.c @@ -26,7 +26,7 @@ */ /*** MODULEINFO - radiusclient + radius ***/ #include "asterisk.h" diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 2a6271ebd3..304fb13f6e 100644 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -40,7 +40,7 @@ /*** MODULEINFO zaptel tonezone - libpri + pri ***/ #include "asterisk.h" diff --git a/codecs/codec_gsm.c b/codecs/codec_gsm.c index a23306e574..33f7884773 100644 --- a/codecs/codec_gsm.c +++ b/codecs/codec_gsm.c @@ -27,7 +27,7 @@ */ /*** MODULEINFO - libgsm + gsm ***/ #include "asterisk.h" diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c index ebc1ed5664..fec92520d6 100644 --- a/codecs/codec_speex.c +++ b/codecs/codec_speex.c @@ -28,7 +28,7 @@ */ /*** MODULEINFO - libspeex + speex ***/ #include "asterisk.h" diff --git a/formats/format_ogg_vorbis.c b/formats/format_ogg_vorbis.c index a9f9262513..1e346ef46e 100644 --- a/formats/format_ogg_vorbis.c +++ b/formats/format_ogg_vorbis.c @@ -22,8 +22,8 @@ */ /*** MODULEINFO - libvorbis - libogg + vorbis + ogg ***/ #include "asterisk.h"