Mercurial > sdl-ios-xcode
comparison src/video/xbios/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 | c6ed27c7d47d |
comparison
equal
deleted
inserted
replaced
280:0ddcea45d829 | 281:c5010ab8ba35 |
---|---|
1 | |
2 ## Makefile.am for SDL using the XBIOS video driver | |
3 | |
4 noinst_LTLIBRARIES = libvideo_xbios.la | |
5 libvideo_xbios_la_SOURCES = $(XBIOS_SRCS) | |
6 | |
7 # The SDL XBIOS video driver sources | |
8 XBIOS_SRCS = \ | |
9 SDL_xbios.c \ | |
10 SDL_xbios.h |