2538cacd58
Ices2 is a source client for streaming Ogg Vorbis audio to an Icecast v2 server. It supports streaming of .ogg files in playlist mode as well as encoding and streaming live input. From Moritz Grimm <gtgbr@gmx.net>
22 lines
779 B
Plaintext
22 lines
779 B
Plaintext
$OpenBSD: patch-conf_Makefile_in,v 1.1.1.1 2005/02/19 20:49:51 alek Exp $
|
|
--- conf/Makefile.in.orig Sat Jan 22 15:57:22 2005
|
|
+++ conf/Makefile.in Tue Feb 1 15:51:29 2005
|
|
@@ -33,7 +33,7 @@ infodir = @infodir@
|
|
mandir = @mandir@
|
|
includedir = @includedir@
|
|
oldincludedir = /usr/include
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)/examples/@PACKAGE@2
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = ..
|
|
@@ -116,7 +116,7 @@ install_sh = @install_sh@
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
-dist_pkgdata_DATA = ices-oss.xml ices-alsa.xml ices-playlist.xml
|
|
+dist_pkgdata_DATA = ices-sun.xml ices-alsa.xml ices-playlist.xml
|
|
subdir = conf
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|