comparison decoders/timidity/Makefile.am @ 502:7a5ea0018285 stable-1.0

Fixed up timidity and mpglib Makefile.am files.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 06 Dec 2005 12:16:49 +0000
parents cbc2a4ffeeec
children
comparison
equal deleted inserted replaced
500:6ab5fcc53667 502:7a5ea0018285
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