From 0a6e138eed428c53bb15cdeee670574a5185c160 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 30 Jun 2009 17:04:35 +0000 Subject: Add-ons related build system improvements. Ensure that add-on modules can be embedded, fix up Makefile.moddir_rules to allow module directory Makefiles to more easily specify the modules to be built, and explicitly list the addons modules in its Makefile, since the module names don't follow any pattern. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@204415 f38db490-d61c-443f-a65b-d21fe96a405b --- addons/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'addons/Makefile') diff --git a/addons/Makefile b/addons/Makefile index c93759702..1b2b17724 100644 --- a/addons/Makefile +++ b/addons/Makefile @@ -11,7 +11,6 @@ -include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps -MODULE_PREFIX=app bridge cdr cel chan codec format func pbx res test MENUSELECT_CATEGORY=Addons MENUSELECT_DESCRIPTION=Add-ons (See README-addons.txt) @@ -27,6 +26,14 @@ H323OBJS:=ooCmdChannel.o ooLogChan.o ooUtils.o ooGkClient.o context.o \ H323CFLAGS:=-Iooh323c/src -Iooh323c/src/h323 +ALL_C_MODS:=app_addon_sql_mysql \ + app_saycountpl \ + cdr_addon_mysql \ + chan_mobile \ + chan_ooh323 \ + format_mp3 \ + res_config_mysql + all: _all include $(ASTTOPDIR)/Makefile.moddir_rules -- cgit v1.2.3