fix sounds and sounds-install targets on some machines

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7197 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-01-12 22:37:03 +00:00
parent 37845b424d
commit 020ad53f77
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ DEFAULT_SOUNDS=en-us-callie-8000
cd src/mod && $(MAKE) $(AM_MAKEFLAGS) $@ ;\
fi
sounds: sounds-en-us-callie-8000
sounds-install: sounds-en-us-callie-8000-install
libfreeswitch_la_SOURCES = \
src/switch_apr.c \
src/switch_buffer.c \