Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 225 Bytes

Makefile.am

File metadata and controls

10 lines (7 loc) · 225 Bytes
 
1
2
3
4
5
6
7
8
9
10
## Makefile.am for SDL using the PocketPC GAPI video driver
noinst_LTLIBRARIES = libvideo_gapi.la
libvideo_gapi_la_SOURCES = $(GAPI_SRCS)
# The SDL GAPI driver sources
GAPI_SRCS = \
SDL_gapivideo.c \
SDL_gapivideo.h