5e262d19fa
New features: * Support Ogg Speex, Ogg FLAC, Ogg Midi * Intro file support * On-demand relays * Improved mount-level settings * URL listener authenticator * Authentication for on-demand files * Updated admin/web interface * Various reliability bug fixes Port changes: * Ogg Theora streaming is now enabled * Revamped README.OpenBSD file, tightened DESCR * <fileserve> directive not disabled any longer in icecast.xml.dist
13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.3 2005/10/21 15:59:54 naddy Exp $
|
|
--- Makefile.in.orig Sat Aug 20 21:36:59 2005
|
|
+++ Makefile.in Tue Aug 23 11:30:09 2005
|
|
@@ -137,7 +137,7 @@ EXTRA_DIST = HACKING m4/acx_pthread.m4 m
|
|
|
|
|
|
docdir = $(datadir)/doc/$(PACKAGE)
|
|
-doc_DATA = README AUTHORS COPYING NEWS TODO ChangeLog
|
|
+doc_DATA = AUTHORS NEWS
|
|
subdir = .
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|