comparison src/video/dc/Makefile.am @ 509:dad72daf44b3

Added initial support for Dreamcast (thanks HERO!)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Oct 2002 16:50:56 +0000
parents
children
comparison
equal deleted inserted replaced
508:9ff7e90aaa94 509:dad72daf44b3
1
2 ## Makefile.am for SDL using the Dreamcast video driver
3
4 noinst_LTLIBRARIES = libvideo_dc.la
5 libvideo_dc_la_SOURCES = $(SRCS)
6
7 # The SDL Dreamcast video driver sources
8 SRCS = \
9 SDL_dcevents.c \
10 SDL_dcevents_c.h \
11 SDL_dcmouse.c \
12 SDL_dcmouse_c.h \
13 SDL_dcvideo.c \
14 SDL_dcvideo.h