From: Kevin P. Fleming Date: Mon, 5 Jun 2006 19:16:04 +0000 (+0000) Subject: begin adding support for new sound packages X-Git-Tag: 1.4.0-beta1~1046 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b34e3d09ab19fa232ab12f12069efbf4dd6ef7a8;p=thirdparty%2Fasterisk.git begin adding support for new sound packages git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32372 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 42867cd1e1..4c0d6d6fe3 100644 --- a/Makefile +++ b/Makefile @@ -953,6 +953,6 @@ mxml/libmxml.a: @cd mxml && unset CFLAGS LIBS && test -f config.h || ./configure $(MAKE) -C mxml libmxml.a -makeopts.xml: $(foreach dir,$(MOD_SUBDIRS),$(dir)/*.c) build_tools/cflags.xml +makeopts.xml: $(foreach dir,$(MOD_SUBDIRS),$(dir)/*.c) build_tools/cflags.xml build_tools/sounds.xml @echo "Generating list of available modules ..." @build_tools/prep_moduledeps > $@ diff --git a/build_tools/prep_moduledeps b/build_tools/prep_moduledeps index 650e24dfd6..a5a27b3743 100755 --- a/build_tools/prep_moduledeps +++ b/build_tools/prep_moduledeps @@ -57,4 +57,5 @@ process_dir funcs func FUNCS "Dialplan Functions" process_dir pbx pbx PBX "PBX Modules" process_dir res res RES "Resource Modules" cat build_tools/cflags.xml +cat build_tools/sounds.xml echo "" diff --git a/build_tools/sounds.xml b/build_tools/sounds.xml new file mode 100644 index 0000000000..0f118f155c --- /dev/null +++ b/build_tools/sounds.xml @@ -0,0 +1,19 @@ + + + + + + yes + + + + + + + + + + + + +