Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 295 Bytes

Makefile.am

File metadata and controls

13 lines (10 loc) · 295 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
7
8
9
10
11
12
13
## Makefile.am for SDL using the Win32 DIB video driver
noinst_LTLIBRARIES = libvideo_windib.la
libvideo_windib_la_SOURCES = $(WINDIB_SRCS)
# The SDL Win32 DIB video driver sources
WINDIB_SRCS = \
SDL_dibevents.c \
SDL_dibevents_c.h \
SDL_dibvideo.c \
SDL_dibvideo.h \
SDL_vkeys.h