Mercurial > SDL_sound_CoreAudio
annotate Makefile.am @ 77:c714c9cd10f6
Doh...that shouldn't be there.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 25 Sep 2001 18:51:52 +0000 |
parents | 02bb616ba974 |
children | c047ae35d5fa |
rev | line source |
---|---|
72 | 1 lib_LTLIBRARIES = libSDL_sound.la |
2 | |
3 SUBDIRS = decoders test | |
4 | |
5 include_HEADERS = SDL_sound.h | |
6 | |
7 noinst_HEADERS = SDL_sound_internal.h | |
8 | |
9 libSDL_sound_la_SOURCES = \ | |
10 SDL_sound.c \ | |
11 extra_rwops.c \ | |
12 extra_rwops.h | |
13 | |
14 libSDL_sound_la_LDFLAGS = \ | |
15 -release $(LT_RELEASE) \ | |
16 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) | |
17 libSDL_sound_la_LIBADD = decoders/libdecoders.la |