[asterisk-addons-commits] qwell: branch qwell/moddir_14 r529 - in /team/qwell/moddir_14: apps/ cdr/ for...

SVN commits to the Asterisk addons project asterisk-addons-commits at lists.digium.com
Wed Feb 13 16:45:55 CST 2008


Author: qwell
Date: Wed Feb 13 16:45:54 2008
New Revision: 529

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=529
Log:
Add moduleinfo for various things, and fix up format_mp3

Modified:
    team/qwell/moddir_14/apps/app_addon_sql_mysql.c
    team/qwell/moddir_14/cdr/cdr_addon_mysql.c
    team/qwell/moddir_14/formats/Makefile
    team/qwell/moddir_14/res/res_config_mysql.c

Modified: team/qwell/moddir_14/apps/app_addon_sql_mysql.c
URL: http://svn.digium.com/view/asterisk-addons/team/qwell/moddir_14/apps/app_addon_sql_mysql.c?view=diff&rev=529&r1=528&r2=529
==============================================================================
--- team/qwell/moddir_14/apps/app_addon_sql_mysql.c (original)
+++ team/qwell/moddir_14/apps/app_addon_sql_mysql.c Wed Feb 13 16:45:54 2008
@@ -11,6 +11,10 @@
  * This program is free software, distributed under the terms of
  * the GNU General Public License
  */
+
+/*** MODULEINFO
+	<depend>mysqlclient</depend>
+ ***/
 
 #include <asterisk.h>
 

Modified: team/qwell/moddir_14/cdr/cdr_addon_mysql.c
URL: http://svn.digium.com/view/asterisk-addons/team/qwell/moddir_14/cdr/cdr_addon_mysql.c?view=diff&rev=529&r1=528&r2=529
==============================================================================
--- team/qwell/moddir_14/cdr/cdr_addon_mysql.c (original)
+++ team/qwell/moddir_14/cdr/cdr_addon_mysql.c Wed Feb 13 16:45:54 2008
@@ -18,6 +18,10 @@
  * the GNU General Public License.
  *
  */
+
+/*** MODULEINFO
+	<depend>mysqlclient</depend>
+ ***/
 
 #include <asterisk.h>
 

Modified: team/qwell/moddir_14/formats/Makefile
URL: http://svn.digium.com/view/asterisk-addons/team/qwell/moddir_14/formats/Makefile?view=diff&rev=529&r1=528&r2=529
==============================================================================
--- team/qwell/moddir_14/formats/Makefile (original)
+++ team/qwell/moddir_14/formats/Makefile Wed Feb 13 16:45:54 2008
@@ -30,3 +30,8 @@
 all: _all
 
 include $(ASTTOPDIR)/Makefile.moddir_rules
+
+clean::
+	$(MAKE) -C mp3 clean
+
+$(if $(filter format_mp3,$(EMBEDDED_MODS)),modules.link,format_mp3.so): mp3/common.o mp3/dct64_i386.o mp3/decode_ntom.o mp3/layer3.o mp3/tabinit.o mp3/interface.o

Modified: team/qwell/moddir_14/res/res_config_mysql.c
URL: http://svn.digium.com/view/asterisk-addons/team/qwell/moddir_14/res/res_config_mysql.c?view=diff&rev=529&r1=528&r2=529
==============================================================================
--- team/qwell/moddir_14/res/res_config_mysql.c (original)
+++ team/qwell/moddir_14/res/res_config_mysql.c Wed Feb 13 16:45:54 2008
@@ -37,6 +37,10 @@
  * v1.2   - (11-DD-04) - Added reload. Updated load and unload.
  *                       Code beautification (doc/CODING-GUIDELINES)
  */
+
+/*** MODULEINFO
+	<depend>mysqlclient</depend>
+ ***/
 
 #include <asterisk.h>
 




More information about the asterisk-addons-commits mailing list