Mercurial > SDL_sound_CoreAudio
annotate Makefile.am @ 134:3ce7ede90d24
added CREDITS to EXTRA_DIST in Makefile.am
author | fingolfin |
---|---|
date | Wed, 10 Oct 2001 08:13:51 +0000 |
parents | c047ae35d5fa |
children | 3e60862fbd76 |
rev | line source |
---|---|
72 | 1 lib_LTLIBRARIES = libSDL_sound.la |
2 | |
3 SUBDIRS = decoders test | |
4 | |
81
c047ae35d5fa
From Max Horn: fixes header installation.
Ryan C. Gordon <icculus@icculus.org>
parents:
72
diff
changeset
|
5 libSDL_soundincludedir = $(includedir)/SDL |
c047ae35d5fa
From Max Horn: fixes header installation.
Ryan C. Gordon <icculus@icculus.org>
parents:
72
diff
changeset
|
6 libSDL_soundinclude_HEADERS = \ |
c047ae35d5fa
From Max Horn: fixes header installation.
Ryan C. Gordon <icculus@icculus.org>
parents:
72
diff
changeset
|
7 SDL_sound.h |
72 | 8 |
9 libSDL_sound_la_SOURCES = \ | |
10 SDL_sound.c \ | |
81
c047ae35d5fa
From Max Horn: fixes header installation.
Ryan C. Gordon <icculus@icculus.org>
parents:
72
diff
changeset
|
11 SDL_sound_internal.h \ |
72 | 12 extra_rwops.c \ |
13 extra_rwops.h | |
14 | |
15 libSDL_sound_la_LDFLAGS = \ | |
16 -release $(LT_RELEASE) \ | |
17 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) | |
18 libSDL_sound_la_LIBADD = decoders/libdecoders.la | |
134 | 19 |
20 | |
21 EXTRA_DIST = \ | |
22 CREDITS |