comparison src/audio/esd/Makefile.am @ 294:d2d48e10f370

Added a new header file: SDL_loadso.h It contains the following functions: SDL_LoadObject(), SDL_LoadFunction(), SDL_UnloadObject() The UNIX esd and arts audio code use these to dynamically load their respective audio libraries.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 06 Mar 2002 05:20:11 +0000
parents 74212992fb08
children
comparison
equal deleted inserted replaced
293:585a7e1285ae 294:d2d48e10f370
2 ## Makefile.am for SDL using the Enlightened Sound Daemon sound driver 2 ## Makefile.am for SDL using the Enlightened Sound Daemon sound driver
3 3
4 noinst_LTLIBRARIES = libaudio_esd.la 4 noinst_LTLIBRARIES = libaudio_esd.la
5 libaudio_esd_la_SOURCES = $(SRCS) 5 libaudio_esd_la_SOURCES = $(SRCS)
6 6
7 esd_lib = \"@esd_lib@\"
8
7 # The SDL audio driver sources 9 # The SDL audio driver sources
8 SRCS = SDL_esdaudio.c \ 10 SRCS = SDL_esdaudio.c \
9 SDL_esdaudio.h 11 SDL_esdaudio.h