summaryrefslogtreecommitdiff
path: root/addons/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2009-06-30 17:04:35 +0000
committerKevin P. Fleming <kpfleming@digium.com>2009-06-30 17:04:35 +0000
commit3730650b4cb0988d10113dacd1644c72ca7607dc (patch)
tree1e349900ff082e5765cc44caed2d94b816ba3afb /addons/Makefile
parentc511a2674906fd93470f0a9b77340041771466e1 (diff)
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
Diffstat (limited to 'addons/Makefile')
-rw-r--r--addons/Makefile9
1 files changed, 8 insertions, 1 deletions
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