Mercurial > sdl-ios-xcode
view src/events/Makefile.am @ 593:0136d21b7764
Date: Fri, 31 Jan 2003 15:17:30 +0100
From: Patrice Mandin
Subject: [SDL] Small patches for SDL
- One for SDL, which removes check for SDL_VIDEODRIVER in the Atari video
drivers. It is unnecessary 'cause it is done in SDL_video.c
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Feb 2003 21:01:03 +0000 |
parents | 74212992fb08 |
children |
line wrap: on
line source
## Makefile.am for the SDL event handling library noinst_LTLIBRARIES = libevents.la # Include the architecture-independent sources COMMON_SRCS = \ SDL_events.c \ SDL_events_c.h \ SDL_expose.c \ SDL_sysevents.h \ SDL_quit.c \ SDL_active.c \ SDL_keyboard.c \ SDL_mouse.c \ SDL_resize.c libevents_la_SOURCES = $(COMMON_SRCS)