22 lines
753 B
Plaintext
22 lines
753 B
Plaintext
$OpenBSD: patch-libao_Makefile_in,v 1.1.1.1 2001/10/14 15:17:16 espie Exp $
|
|
--- libao/Makefile.in.orig Fri Aug 31 11:40:07 2001
|
|
+++ libao/Makefile.in Sat Oct 13 18:05:10 2001
|
|
@@ -72,7 +72,7 @@ PACKAGE = @PACKAGE@
|
|
RANLIB = @RANLIB@
|
|
VERSION = @VERSION@
|
|
|
|
-lib_LTLIBRARIES = libao.la
|
|
+lib_LTLIBRARIES = libogle-ao.la
|
|
libao_la_SOURCES = audio_out.c audio_out_oss.c audio_out_solaris.c audio_out_null.c audio_out_float.c
|
|
|
|
libao_la_LIBADD = @LIBAO_LIBS@
|
|
@@ -181,7 +181,7 @@ distclean-libtool:
|
|
|
|
maintainer-clean-libtool:
|
|
|
|
-libao.la: $(libao_la_OBJECTS) $(libao_la_DEPENDENCIES)
|
|
+libogle-ao.la: $(libao_la_OBJECTS) $(libao_la_DEPENDENCIES)
|
|
$(LINK) -rpath $(libdir) $(libao_la_LDFLAGS) $(libao_la_OBJECTS) $(libao_la_LIBADD) $(LIBS)
|
|
|
|
tags: TAGS
|