Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 346 Bytes

Makefile.am

File metadata and controls

19 lines (14 loc) · 346 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## 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)