Mercurial > SDL_sound_CoreAudio
comparison Makefile.am @ 143:3e60862fbd76
Start of audio converter work.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 15 Oct 2001 21:21:11 +0000 |
parents | 3ce7ede90d24 |
children | 47cc2de2ae36 |
comparison
equal
deleted
inserted
replaced
142:56f6acdc4ea0 | 143:3e60862fbd76 |
---|---|
8 | 8 |
9 libSDL_sound_la_SOURCES = \ | 9 libSDL_sound_la_SOURCES = \ |
10 SDL_sound.c \ | 10 SDL_sound.c \ |
11 SDL_sound_internal.h \ | 11 SDL_sound_internal.h \ |
12 extra_rwops.c \ | 12 extra_rwops.c \ |
13 extra_rwops.h | 13 extra_rwops.h \ |
14 audio_convert.c | |
14 | 15 |
15 libSDL_sound_la_LDFLAGS = \ | 16 libSDL_sound_la_LDFLAGS = \ |
16 -release $(LT_RELEASE) \ | 17 -release $(LT_RELEASE) \ |
17 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) | 18 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) |
18 libSDL_sound_la_LIBADD = decoders/libdecoders.la | 19 libSDL_sound_la_LIBADD = decoders/libdecoders.la |
19 | 20 |
20 | 21 |
21 EXTRA_DIST = \ | 22 EXTRA_DIST = \ |
22 CREDITS | 23 CREDITS \ |
24 LICENSE \ | |
25 CHANGELOG | |
26 |