From d042b78efbc68aac7dc6d27c7ab4df1b4eb7f2b7 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 12 Jan 2009 22:38:52 +0000 Subject: [PATCH] add 48k sound targets git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11151 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6e0baf5ad8..ffafc5bb86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,15 +32,20 @@ sounds-install: sounds-en-us-callie-8000-install moh: sounds-music-8000 moh-install: sounds-music-8000-install -hd-sounds: sounds-en-us-callie-8000 sounds-en-us-callie-16000 -hd-sounds-install: sounds-en-us-callie-8000-install sounds-en-us-callie-16000-install -hd-moh: sounds-music-8000 sounds-music-16000 -hd-moh-install: sounds-music-8000-install sounds-music-16000-install +hd-sounds: sounds sounds-en-us-callie-16000 +hd-sounds-install: sounds-install sounds-en-us-callie-16000-install +hd-moh: moh sounds-music-16000 +hd-moh-install: moh-install sounds-music-16000-install -uhd-sounds: sounds-en-us-callie-8000 sounds-en-us-callie-16000 sounds-en-us-callie-32000 -uhd-sounds-install: sounds-en-us-callie-8000-install sounds-en-us-callie-16000-install sounds-en-us-callie-32000-install -uhd-moh: sounds-music-8000 sounds-music-16000 sounds-music-32000 -uhd-moh-install: sounds-music-8000-install sounds-music-16000-install sounds-music-32000-install +uhd-sounds: hd-sounds sounds-en-us-callie-32000 +uhd-sounds-install: hd-sounds-install sounds-en-us-callie-32000-install +uhd-moh: hd-moh sounds-music-32000 +uhd-moh-install: hd-moh-install sounds-music-32000-install + +cd-sounds: uhd-sounds sounds-en-us-callie-48000 +cd-sounds-install: uhd-sounds-install sounds-en-us-callie-48000-install +cd-moh: uhd-moh sounds-music-48000 +cd-moh-install: uhd-moh-install sounds-music-48000-install libdir = @libdir@ bindir = @bindir@