From e758ef09b3f16ea2453a2d63852da694fa32d648 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 9 Feb 2007 23:53:51 +0000 Subject: Merged revisions 53779-53781 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r53779 | kpfleming | 2007-02-09 17:51:29 -0600 (Fri, 09 Feb 2007) | 2 lines fix awk scripts to work when both MODULEINFO and MAKEOPTS are present in a source file ........ r53780 | kpfleming | 2007-02-09 17:51:41 -0600 (Fri, 09 Feb 2007) | 2 lines add some inter-module dependencies ........ r53781 | kpfleming | 2007-02-09 17:52:44 -0600 (Fri, 09 Feb 2007) | 2 lines another dependency ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53782 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_adsiprog.c | 4 ++++ apps/app_voicemail.c | 6 ++++++ 2 files changed, 10 insertions(+) (limited to 'apps') diff --git a/apps/app_adsiprog.c b/apps/app_adsiprog.c index c61f6bf3f..40330152b 100644 --- a/apps/app_adsiprog.c +++ b/apps/app_adsiprog.c @@ -25,6 +25,10 @@ * \ingroup applications */ +/*** MODULEINFO + res_adsi + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index b79ba9628..3b8a8c34b 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -28,14 +28,20 @@ * \note This module requires res_adsi to load. */ +/*** MODULEINFO + res_adsi + ***/ + /*** MAKEOPTS unixodbc + IMAP_STORAGE no imap_tk + ODBC_STORAGE ssl no -- cgit v1.2.3