Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 364 Bytes

Makefile.am

File metadata and controls

16 lines (13 loc) · 364 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Makefile.am for SDL using the GGI video driver
noinst_LTLIBRARIES = libvideo_ggi.la
libvideo_ggi_la_SOURCES = $(GGI_SRCS)
libvideo_ggi_la_LIBADD = -lggi -lgii -lgg
# The SDL GGI video driver sources
GGI_SRCS = \
SDL_ggikeys.h \
SDL_ggivideo.h \
SDL_ggievents.c \
SDL_ggimouse.c \
SDL_ggivideo.c \
SDL_ggievents_c.h \
SDL_ggimouse_c.h \