[xiph-commits] r14521 - icecast/trunk/libshout/src

ivo at svn.xiph.org ivo at svn.xiph.org
Sun Feb 17 10:39:45 PST 2008


Author: ivo
Date: 2008-02-17 10:39:44 -0800 (Sun, 17 Feb 2008)
New Revision: 14521

Modified:
   icecast/trunk/libshout/src/Makefile.am
Log:
Linking libshout.la to Speed.  Closes #1161.

Modified: icecast/trunk/libshout/src/Makefile.am
===================================================================
--- icecast/trunk/libshout/src/Makefile.am	2008-02-17 05:16:18 UTC (rev 14520)
+++ icecast/trunk/libshout/src/Makefile.am	2008-02-17 18:39:44 UTC (rev 14521)
@@ -26,7 +26,7 @@
 AM_CFLAGS = @XIPH_CFLAGS@
 
 libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\
-		httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS)
+		httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS)
 
 INCLUDES = -I$(top_builddir)/include
 



More information about the commits mailing list