From f3471c165219f1c7882821409bc057df3b055dc1 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Mon, 17 Dec 2007 21:12:24 +0000 Subject: Merged revisions 93182 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ........ r93182 | oej | 2007-12-17 08:15:13 +0100 (MÃ¥n, 17 Dec 2007) | 8 lines Issue 11574: Add dependencies on res_monitor and res_features. I wonder if Asterisk can run at all without res_features. My guess is that there's propably a lot of more modules and the core that depends on it. Reported by: caio1982 (closes issue #11574) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93335 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/app_queue.c b/apps/app_queue.c index 9e831ac8d..0c3f3b5c5 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -56,6 +56,10 @@ * \ingroup applications */ +/*** MODULEINFO + res_monitor + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -- cgit v1.2.3