From 5c514c1b823d293dc3df609e599543d92418737e Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sun, 17 Jan 2010 08:21:38 +0000 Subject: [PATCH] var expansion timing git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16340 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/formats/mod_shout/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mod/formats/mod_shout/Makefile b/src/mod/formats/mod_shout/Makefile index d50b7cdd2a..6a6c858454 100644 --- a/src/mod/formats/mod_shout/Makefile +++ b/src/mod/formats/mod_shout/Makefile @@ -19,11 +19,12 @@ 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 +$(MODNAME).lo: $(LOCAL_LIBADD) + $(MPG123_DIR): $(GETLIB) $(MPG123).tar.gz