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