Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 302 Bytes

Makefile.am

File metadata and controls

14 lines (11 loc) · 302 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Makefile.am for SDL using the DGA 2.0 video driver
noinst_LTLIBRARIES = libvideo_dga.la
libvideo_dga_la_SOURCES = $(DGA_SRCS)
# The SDL DGA 2.0 video driver sources
DGA_SRCS = \
SDL_dgaevents.c \
SDL_dgaevents_c.h \
SDL_dgamouse.c \
SDL_dgamouse_c.h \
SDL_dgavideo.c \
SDL_dgavideo.h