summaryrefslogtreecommitdiff
path: root/src/video/dc/Makefile.am
blob: 040a67a630c6f886d5ab77dc26180da834b2fe19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

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

noinst_LTLIBRARIES = libvideo_dc.la
libvideo_dc_la_SOURCES = $(SRCS)

# The SDL Dreamcast video driver sources
SRCS = 				\
	SDL_dcevents.c		\
	SDL_dcevents_c.h	\
	SDL_dcmouse.c		\
	SDL_dcmouse_c.h		\
	SDL_dcvideo.c		\
	SDL_dcvideo.h