Mercurial > sdl-ios-xcode
annotate src/audio/alsa/Makefile.am @ 955:d74fbf56f2f6
Date: Fri, 25 Jun 2004 13:29:15 +0100
From: "alan buckley"
Subject: Modification for RISC OS version of SDL
Ive attached a zip file with the changes to this email, it contains the
following:
The file sdldiff.txt is the output from cvs diff u. .
The directory thread/riscos contains all the new files to support threading.
Readme.riscos is a new readme file to add.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Sep 2004 13:20:10 +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 |