From 55f44c96d9e828613c92bd0e2bc44d38a381ce9d Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sun, 17 Feb 2008 07:46:20 +0000 Subject: [PATCH] add moh and moh-install targets to install default moh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7659 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 0b5aac1f67..6fc95f2091 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,8 @@ DEFAULT_SOUNDS=en-us-callie-8000 sounds: sounds-en-us-callie-8000 sounds-install: sounds-en-us-callie-8000-install +moh: sounds-music-8000 +moh-install: sounds-music-8000-install libfreeswitch_la_SOURCES = \ src/switch_apr.c \