view src/video/macdsp/Makefile.am @ 1209:a55ac374271c

Added preliminary missingtranslation from Atari to Unicode charset
author Patrice Mandin <patmandin@gmail.com>
date Sun, 01 Jan 2006 19:14:11 +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