view src/video/macdsp/Makefile.am @ 1255:70e33f3b62e8

Fixed MPW include file order
author Sam Lantinga <slouken@libsdl.org>
date Thu, 19 Jan 2006 12:05:14 +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