Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 301 Bytes

Makefile.am

File metadata and controls

15 lines (11 loc) · 301 Bytes
 
Jun 19, 2001
Jun 19, 2001
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Makefile.am for SDL using the libVGL video driver
noinst_LTLIBRARIES = libvideo_vgl.la
libvideo_vgl_la_SOURCES = $(VGL_SRCS)
# The SDL libVGL video driver sources
VGL_SRCS = \
SDL_vglvideo.h \
SDL_vglevents.c \
SDL_vglevents_c.h \
SDL_vglmouse.c \
SDL_vglmouse_c.h \
SDL_vglvideo.c