[xiph-commits] r8321 - in icecast/branches/kh/icecast: . src

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Tue Nov 30 12:36:58 PST 2004


Author: karl
Date: 2004-11-30 12:36:57 -0800 (Tue, 30 Nov 2004)
New Revision: 8321

Modified:
   icecast/branches/kh/icecast/configure.in
   icecast/branches/kh/icecast/src/Makefile.am
Log:
fixup for build


Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2004-11-30 20:36:09 UTC (rev 8320)
+++ icecast/branches/kh/icecast/configure.in	2004-11-30 20:36:57 UTC (rev 8321)
@@ -78,7 +78,7 @@
     XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$VORBIS_CFLAGS])
     XIPH_VAR_PREPEND([XIPH_LIBS],[$VORBIS_LIBS])
     XIPH_VAR_APPEND([XIPH_LDFLAGS],[$VORBIS_LDFLAGS])
-    ICECAST_OPTIONAL="$ICECAST_OPTIONAL format_ogg.o format_vorbis.o"
+    ICECAST_OPTIONAL="$ICECAST_OPTIONAL format_vorbis.o"
     ],
     [AC_MSG_ERROR([must have Ogg Vorbis v1.0 or above installed])
     ])

Modified: icecast/branches/kh/icecast/src/Makefile.am
===================================================================
--- icecast/branches/kh/icecast/src/Makefile.am	2004-11-30 20:36:09 UTC (rev 8320)
+++ icecast/branches/kh/icecast/src/Makefile.am	2004-11-30 20:36:57 UTC (rev 8321)
@@ -12,9 +12,9 @@
     auth.h auth_htpasswd.h auth_cmd.h auth_url.h format_ogg.h \
     format_vorbis.h format_theora.h format_speex.h
 icecast_SOURCES = cfgfile.c main.c logging.c sighandler.c connection.c global.c \
-    util.c slave.c source.c stats.c refbuf.c client.c format.c \
+    util.c slave.c source.c stats.c refbuf.c client.c format.c format_ogg.c \
     format_mp3.c xslt.c fserve.c event.c admin.c auth.c auth_htpasswd.c md5.c
-EXTRA_icecast_SOURCES = yp.c \
+EXTRA_icecast_SOURCES = yp.c auth_url.c auth_cmd.c \
     format_vorbis.c format_theora.c format_speex.c
     
 icecast_DEPENDENCIES = @ICECAST_OPTIONAL@ net/libicenet.la thread/libicethread.la \



More information about the commits mailing list