[xiph-commits] r7477 - icecast/branches/kh/libshout/src

j at motherfish-iii.xiph.org j
Thu Aug 5 19:10:41 PDT 2004


Author: j
Date: Thu Aug  5 19:10:41 2004
New Revision: 7477

Modified:
icecast/branches/kh/libshout/src/Makefile.am
Log:
fix libshout_la_LIBADD to link to @XIPH_LIBS@

Modified: icecast/branches/kh/libshout/src/Makefile.am
===================================================================
--- icecast/branches/kh/libshout/src/Makefile.am	2004-08-04 09:05:56 UTC (rev 7476)
+++ icecast/branches/kh/libshout/src/Makefile.am	2004-08-04 14:12:43 UTC (rev 7477)
@@ -13,7 +13,7 @@
libshout_la_SOURCES = shout.c util.c ogg.c mp3.c

libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\
-		httpp/libicehttpp.la thread/libicethread.la
+		httpp/libicehttpp.la thread/libicethread.la @XIPH_LIBS@

INCLUDES = -I$(top_builddir)/include




More information about the commits mailing list