1a9512aabe
0.8.8 - Thu May 24 - New win32 driver - Few fixes and changes in autotools and configuration files. 0.8.7 - unreleased snapshot - obsolete alsa device renamed to alsa05 - the 'alsa' device now uses the 0.9/1.0 API - ALSA driver fixes
13 lines
504 B
Text
13 lines
504 B
Text
$NetBSD: patch-ab,v 1.8 2007/11/30 17:50:31 wiz Exp $
|
|
|
|
--- src/plugins/oss/Makefile.in.orig 2007-05-24 10:51:47.000000000 +0000
|
|
+++ src/plugins/oss/Makefile.in
|
|
@@ -222,7 +222,7 @@ AUTOMAKE_OPTIONS = foreign
|
|
@HAVE_OSS_TRUE@osssources = ao_oss.c
|
|
INCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/include
|
|
lib_LTLIBRARIES = $(ossltlibs)
|
|
-liboss_la_LDFLAGS = @PLUGIN_LDFLAGS@
|
|
+liboss_la_LDFLAGS = @PLUGIN_LDFLAGS@ ${LIBOSSAUDIO}
|
|
liboss_la_SOURCES = $(osssources)
|
|
EXTRA_DIST = ao_oss.c
|
|
all: all-am
|