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: https://origsvn.digium.com/svn/asterisk/trunk@204415 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2009-06-30 17:04:35 +00:00
parent c511a26749
commit 3730650b4c
3 changed files with 29 additions and 20 deletions

View File

@@ -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