comparison src/video/gem/Makefile.am @ 281:c5010ab8ba35

Added initial support for Atari (thanks Patrice!)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 17 Feb 2002 19:54:28 +0000
parents
children
comparison
equal deleted inserted replaced
280:0ddcea45d829 281:c5010ab8ba35
1
2 ## Makefile.am for SDL using the GEM video driver
3
4 noinst_LTLIBRARIES = libvideo_gem.la
5 libvideo_gem_la_SOURCES = $(GEM_SRCS)
6
7 # The SDL GEM video driver sources
8 GEM_SRCS = \
9 SDL_gemvideo.h \
10 SDL_gemvideo.c \
11 SDL_gemevents_c.h \
12 SDL_gemevents.c \
13 SDL_gemmouse_c.h \
14 SDL_gemmouse.c \
15 SDL_gemwm_c.h \
16 SDL_gemwm.c