Mercurial > SDL_sound_CoreAudio
comparison Makefile.am @ 262:6fe6de401b63
mpglib support.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 21 Feb 2002 19:46:55 +0000 |
parents | 654f4f66b757 |
children | 31cc49d7d0ce |
comparison
equal
deleted
inserted
replaced
261:9b6e82f7c853 | 262:6fe6de401b63 |
---|---|
17 TIMIDITY_LIB = decoders/timidity/libtimidity.la | 17 TIMIDITY_LIB = decoders/timidity/libtimidity.la |
18 else | 18 else |
19 TIMIDITY_LIB = | 19 TIMIDITY_LIB = |
20 endif | 20 endif |
21 | 21 |
22 if USE_MPGLIB | |
23 MPGLIB_LIB = decoders/mpglib/libmpglib.la | |
24 else | |
25 MPGLIB_LIB = | |
26 endif | |
27 | |
22 libSDL_sound_la_LDFLAGS = \ | 28 libSDL_sound_la_LDFLAGS = \ |
23 -release $(LT_RELEASE) \ | 29 -release $(LT_RELEASE) \ |
24 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) | 30 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) |
25 libSDL_sound_la_LIBADD = \ | 31 libSDL_sound_la_LIBADD = \ |
26 decoders/libdecoders.la \ | 32 decoders/libdecoders.la \ |
27 $(TIMIDITY_LIB) | 33 $(TIMIDITY_LIB) $(MPGLIB_LIB) |
28 | 34 |
29 EXTRA_DIST = \ | 35 EXTRA_DIST = \ |
30 CREDITS \ | 36 CREDITS \ |
31 COPYING \ | 37 COPYING \ |
32 CHANGELOG \ | 38 CHANGELOG \ |