Mercurial > sdl-ios-xcode
annotate src/joystick/Makefile.am @ 102:9162d62280b5
Don't crash if freeing a hardware surface after the video mode has been
reset. Fortunately we keep track of the video memory internally.
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 12 Jul 2001 23:34:44 +0000 |
parents | 6e28dae59e3b |
children | 37e3ca9254c7 |
rev | line source |
---|---|
0 | 1 |
2 ## Makefile.am for the SDL joystick library | |
3 | |
4 noinst_LTLIBRARIES = libjoystick.la | |
5 | |
6 # Define which subdirectories need to be built | |
7 SUBDIRS = @JOYSTICK_SUBDIRS@ | |
74
6e28dae59e3b
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
8 DIST_SUBDIRS = dummy amigaos beos linux macos win32 |
0 | 9 |
10 DRIVERS = @JOYSTICK_DRIVERS@ | |
11 | |
12 # Include the architecture-independent sources | |
13 COMMON_SRCS = \ | |
14 SDL_joystick.c \ | |
15 SDL_joystick_c.h \ | |
16 SDL_sysjoystick.h | |
17 | |
18 libjoystick_la_SOURCES = $(COMMON_SRCS) | |
19 libjoystick_la_LIBADD = $(DRIVERS) | |
20 libjoystick_la_DEPENDENCIES = $(DRIVERS) |