From: Paul Belanger Date: Wed, 23 Nov 2011 16:06:13 +0000 (+0000) Subject: Added support level for new modules X-Git-Tag: 10.1.0-rc1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdfbf98e8989231afafafec8b71bd4523e28563a;p=thirdparty%2Fasterisk.git Added support level for new modules git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@346029 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_format_attr_celt.c b/res/res_format_attr_celt.c index de3de8c401..821b0bf3e6 100644 --- a/res/res_format_attr_celt.c +++ b/res/res_format_attr_celt.c @@ -23,6 +23,10 @@ * \author David Vossel */ +/*** MODULEINFO + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/res/res_format_attr_silk.c b/res/res_format_attr_silk.c index 49122fe80d..2d3c91b860 100644 --- a/res/res_format_attr_silk.c +++ b/res/res_format_attr_silk.c @@ -23,6 +23,10 @@ * \author David Vossel */ +/*** MODULEINFO + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$")