aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-05 19:16:04 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-05 19:16:04 +0000
commit7884b41d6641af26c2bfea0b974198dea71b839c (patch)
treee46d6d78b6de02a797a66ee7289d0346c75eb247 /Makefile
parent8586eb4eb7101bf2e64c211dcc366fdce2a7dba5 (diff)
begin adding support for new sound packages
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32372 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42867cd1e..4c0d6d6fe 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 > $@