From b34e3d09ab19fa232ab12f12069efbf4dd6ef7a8 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 5 Jun 2006 19:16:04 +0000 Subject: [PATCH] begin adding support for new sound packages git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32372 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- build_tools/prep_moduledeps | 1 + build_tools/sounds.xml | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 build_tools/sounds.xml 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 + + + + + + + + + + + + + -- 2.47.2