Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 267 Bytes

Makefile.am

File metadata and controls

12 lines (9 loc) · 267 Bytes
 
Sep 11, 2001
Sep 11, 2001
1
2
3
4
5
6
7
8
9
10
11
12
## Makefile.am for SDL using the EPOC video driver
noinst_LTLIBRARIES = libvideo_epoc.la
libvideo_epoc_la_SOURCES = $(EPOC_SRCS)
# The SDL EPOC video driver sources
EPOC_SRCS = \
SDL_epocevents.cpp \
SDL_epocevents_c.h \
SDL_epocvideo.cpp \
SDL_epocvideo.h