aboutsummaryrefslogtreecommitdiffstats
path: root/addons/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-30 17:04:35 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-30 17:04:35 +0000
commit0a6e138eed428c53bb15cdeee670574a5185c160 (patch)
tree1e349900ff082e5765cc44caed2d94b816ba3afb /addons/Makefile
parente9d15cbea7a98184521c851500176da7aa424012 (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: http://svn.digium.com/svn/asterisk/trunk@204415 f38db490-d61c-443f-a65b-d21fe96a405b
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