Mercurial > sdl-ios-xcode
comparison src/video/dummy/Makefile.am @ 1:cf2af46e9e2a
Changes since SDL 1.2.0 release
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 26 Apr 2001 16:50:19 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:74212992fb08 | 1:cf2af46e9e2a |
---|---|
1 | |
2 ## Makefile.am for SDL using the null video driver | |
3 | |
4 noinst_LTLIBRARIES = libvideo_null.la | |
5 libvideo_null_la_SOURCES = $(NULL_SRCS) | |
6 | |
7 # The SDL null video driver sources | |
8 NULL_SRCS = \ | |
9 SDL_nullvideo.h \ | |
10 SDL_nullevents.c \ | |
11 SDL_nullevents_c.h \ | |
12 SDL_nullmouse.c \ | |
13 SDL_nullmouse_c.h \ | |
14 SDL_nullvideo.c | |
15 |