From 8e33548633d59f7b9c49b39dda5a48aa64d5496b Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 15 Oct 2008 08:55:47 +0000 Subject: [PATCH] building this module depends on res_agi being built as well git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@149384 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_stack.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/app_stack.c b/apps/app_stack.c index 4c42a01586..bfcefc19b0 100644 --- a/apps/app_stack.c +++ b/apps/app_stack.c @@ -25,6 +25,10 @@ * \ingroup applications */ +/*** MODULEINFO + res_agi + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$")