view src/cdrom/linux/Makefile.am @ 998:0e6627072f7a

Date: Wed, 24 Nov 2004 01:25:48 +0100 From: Stephane Marchesin Subject: Re: [SDL] Problem compiling SDL 1.2.7 - there is a bug that was introduced in the kernel headers for 2.6.9 which is fixed in 2.6.10. This bug *will* byte when compiling the cdrom subsystem. A patch that works around this bug is attached. Note that users affected are not those running 2.6.9, but those using the 2.6.9 kernel headers for their system (i.e. whose libc is built against 2.6.9 headers).
author Sam Lantinga <slouken@libsdl.org>
date Tue, 30 Nov 2004 14:45:08 +0000
parents 2839f45bdba0
children
line wrap: on
line source


## Makefile.am for the Linux cdrom driver for SDL

noinst_LTLIBRARIES = libcdrom_linux.la
libcdrom_linux_la_SOURCES = $(SRCS)

# The SDL cdrom driver sources
SRCS =  SDL_syscdrom.c