]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix mod_shout libtool 2.2 build
authorMichael Jerris <mike@jerris.com>
Tue, 22 Dec 2009 20:52:46 +0000 (20:52 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 22 Dec 2009 20:52:46 +0000 (20:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16025 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/formats/mod_shout/Makefile

index 6c433a4418fb7ff64b292d59fd4a4ba7ab9feea0..feb4eb6370a86b6425dfbfc7d4b8becdaff45c3c 100644 (file)
@@ -20,7 +20,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)
 
-LOCAL_LDFLAGS=`cat $(SHOUT_BUILDDIR)/Makefile | grep SPEEX_LIBS | sed -e 's|^SPEEX_LIBS =||'` 
+LOCAL_LDFLAGS=`cat $(SHOUT_BUILDDIR)/Makefile | grep SPEEX_LIBS | sed -e 's|^SPEEX_LIBS =||'`  `cat $(SHOUTLA) | grep dependency_libs  | sed -e 's|^dependency_libs=||'`
 
 include $(BASE)/build/modmake.rules