view src/video/aalib/Makefile.am @ 1027:c69697a85412

Clarified the code in the pixel format allocation Added support for direct color 8-bpp modes.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 12 Jan 2005 19:38:24 +0000
parents 74212992fb08
children
line wrap: on
line source


## Makefile.am for SDL using the AAlib video driver

noinst_LTLIBRARIES = libvideo_aa.la
libvideo_aa_la_SOURCES = $(AA_SRCS)

# The SDL AAlib video driver sources
AA_SRCS = 			\
	SDL_aavideo.h		\
	SDL_aaevents.c	\
	SDL_aaevents_c.h	\
	SDL_aamouse.c		\
	SDL_aamouse_c.h	\
	SDL_aavideo.c