summaryrefslogtreecommitdiff
path: root/src/video/riscos/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/riscos/Makefile.am')
-rw-r--r--src/video/riscos/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/video/riscos/Makefile.am b/src/video/riscos/Makefile.am
deleted file mode 100644
index 4b7217fc..00000000
--- a/src/video/riscos/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-## Makefile.am for SDL using the RISC OS video driver
-
-noinst_LTLIBRARIES = libvideo_riscos.la
-libvideo_riscos_la_SOURCES = $(CGX_SRCS)
-
-# The SDL RISC OS video driver sources
-CGX_SRCS = \
- SDL_riscosASM.s \
- SDL_riscosevents.c \
- SDL_riscosevents_c.h \
- SDL_riscosFullScreenVideo.c \
- SDL_riscosmouse.c \
- SDL_riscosmouse_c.h \
- SDL_riscossprite.c \
- SDL_riscostask.c \
- SDL_riscostask.h \
- SDL_riscosvideo.c \
- SDL_riscosvideo.h \
- SDL_wimppoll.c \
- SDL_wimpvideo.c