view src/cdrom/Makefile.am @ 171:02e27b705645

Handle the case where the WAVE magic number was already read in a non-seekable stream. I don't know if the code works with non-seekable streams anyway, but ...
author Sam Lantinga <slouken@libsdl.org>
date Tue, 11 Sep 2001 18:52:45 +0000
parents 2839f45bdba0
children 2fe3fbd2bff5
line wrap: on
line source


## Makefile.am for the SDL cdrom library

noinst_LTLIBRARIES = libcdrom.la

# Define which subdirectories need to be built
SUBDIRS = @CDROM_SUBDIRS@
DIST_SUBDIRS = aix beos dummy freebsd linux macos openbsd qnx win32

DRIVERS = @CDROM_DRIVERS@

# Include the architecture-independent sources
COMMON_SRCS =			\
	SDL_cdrom.c		\
	SDL_syscdrom.h

libcdrom_la_SOURCES = $(COMMON_SRCS)
libcdrom_la_LIBADD = $(DRIVERS)
libcdrom_la_DEPENDENCIES = $(DRIVERS)