Mercurial > sdl-ios-xcode
annotate src/audio/alsa/Makefile.am @ 1058:e6c91fd1911e
Eh, more correct.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 16 May 2005 05:55:17 +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 |