view src/video/macdsp/Makefile.am @ 1152:51a8702d8ecd

Updates to PocketPC (WinCE) support, thanks to Dmitry Yakimov at activekitten.com.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 29 Sep 2005 09:43:00 +0000
parents 609c060fd2a2
children
line wrap: on
line source


## Makefile.am for SDL using the Mac DrawSprocket video driver

noinst_LTLIBRARIES = libvideo_macdsp.la
libvideo_macdsp_la_SOURCES = $(DSP_SRCS)

# The SDL Mac DrawSprocket driver sources
DSP_SRCS = 			\
	SDL_dspvideo.c		\
	SDL_dspvideo.h