don't build mod_shout until all the deps are done

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16339 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2010-01-17 08:09:25 +00:00
parent 357e076158
commit 0b97bc3c55

View File

@ -19,7 +19,7 @@ MPG123LA=$(MPG123_BUILDDIR)/src/libmpg123/libmpg123.la
LOCAL_CFLAGS=-I$(SHOUT_DIR)/include -I$(LAME_DIR)/include -I$(MPG123_DIR)/src -I$(MPG123_BUILDDIR)/src -I$(SHOUT_BUILDDIR)/include
LOCAL_LIBADD=$(LAMELA) $(SHOUTLA) $(MPG123LA)
$(MODNAME).lo: $(LOCAL_LIBADD)
LOCAL_LDFLAGS=`cat $(SHOUT_BUILDDIR)/Makefile | grep SPEEX_LIBS | sed -e 's|^SPEEX_LIBS =||'` `cat $(SHOUTLA) | grep dependency_libs | sed -e 's|^dependency_libs=||' | sed -e "s|'||g"`
include $(BASE)/build/modmake.rules