Mercurial > sdl-ios-xcode
annotate src/audio/alsa/Makefile.am @ 1247:ff73ee89ff4b
Don't trample SDL_LoadObject()'s error message in GL loader.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 13 Jan 2006 02:36:35 +0000 |
parents | 92615154bb68 |
children |
rev | line source |
---|---|
0 | 1 |
2 ## Makefile.am for SDL using the ALSA PCM audio API | |
3 | |
4 noinst_LTLIBRARIES = libaudio_alsa.la | |
5 libaudio_alsa_la_SOURCES = $(SRCS) | |
6 | |
865
92615154bb68
Date: Sun, 29 Feb 2004 15:14:22 +0200
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
7 alsa_lib = \"@alsa_lib@\" |
92615154bb68
Date: Sun, 29 Feb 2004 15:14:22 +0200
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
8 |
0 | 9 # The SDL audio driver sources |
10 SRCS = SDL_alsa_audio.c \ | |
11 SDL_alsa_audio.h |