Mercurial > SDL_sound_CoreAudio
comparison Makefile.am @ 72:02bb616ba974
Initial add.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 25 Sep 2001 16:26:14 +0000 |
parents | |
children | c047ae35d5fa |
comparison
equal
deleted
inserted
replaced
71:8ed194d014b4 | 72:02bb616ba974 |
---|---|
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 |