view src/cdrom/Makefile.am @ 449:8a687496061f

Added an environment variable SDL_VIDEO_X11_WMCLASS
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Aug 2002 03:40:44 +0000
parents 2fe3fbd2bff5
children dad72daf44b3
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 bsdi 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)