Mercurial > SDL_sound_CoreAudio
comparison decoders/timidity/Makefile.am @ 503:a0297d442b6a
From stable branch: fixed up timidity and mpglib Makefile.am files.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 06 Dec 2005 12:17:39 +0000 |
parents | cbc2a4ffeeec |
children |
comparison
equal
deleted
inserted
replaced
501:7558f9d03d6f | 503:a0297d442b6a |
---|---|
1 if USE_TIMIDITY | |
1 noinst_LTLIBRARIES = libtimidity.la | 2 noinst_LTLIBRARIES = libtimidity.la |
3 endif | |
2 | 4 |
3 INCLUDES = -I$(top_srcdir) | 5 INCLUDES = -I$(top_srcdir) |
4 | 6 |
5 if USE_TIMIDITY | |
6 libtimidity_la_SOURCES = \ | 7 libtimidity_la_SOURCES = \ |
7 common.c \ | 8 common.c \ |
8 common.h \ | 9 common.h \ |
9 dls1.h \ | 10 dls1.h \ |
10 dls2.h \ | 11 dls2.h \ |
25 resample.h \ | 26 resample.h \ |
26 tables.c \ | 27 tables.c \ |
27 tables.h \ | 28 tables.h \ |
28 timidity.c \ | 29 timidity.c \ |
29 timidity.h | 30 timidity.h |
30 else | |
31 libtimidity_la_SOURCES = | |
32 endif | |
33 | 31 |
34 EXTRA_DIST = FAQ README CHANGES TODO | 32 EXTRA_DIST = CHANGES COPYING FAQ README TODO Makefile.testmidi testmidi.c |
33 |