view src/audio/windib/Makefile.am @ 1047:ffaaf7ecf685

Altivec-optimized blitters! Vast majority of this work is compliments of Bob Ippolito. http://www.devolution.com/pipermail/sdl/2005-February/067466.html and many other posts.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 17 Apr 2005 10:19:22 +0000
parents 74212992fb08
children
line wrap: on
line source


## Makefile.am for SDL using the Win32 WaveOut audio driver

noinst_LTLIBRARIES = libaudio_windib.la
libaudio_windib_la_SOURCES = $(SRCS)

# The SDL audio driver sources
SRCS =	SDL_dibaudio.c	\
	SDL_dibaudio.h