view decoders/timidity/Makefile.am @ 588:5c856ac6c58e stable-1.0

Disable reverb flag in modplug decoder...it's producing trash in some cases. (transplanted from fa857159dbdf9e21ef39c1510f383b3a53c271aa)
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 12 Apr 2011 01:30:55 -0400
parents 7a5ea0018285
children
line wrap: on
line source

if USE_TIMIDITY
noinst_LTLIBRARIES = libtimidity.la
endif

INCLUDES = -I$(top_srcdir)

libtimidity_la_SOURCES =	\
	common.c		\
	common.h		\
	dls1.h			\
	dls2.h			\
	instrum.c		\
	instrum.h		\
	instrum_dls.c		\
	instrum_dls.h		\
	mix.c			\
	mix.h			\
	options.h		\
	output.c		\
	output.h		\
	playmidi.c		\
	playmidi.h		\
	readmidi.c		\
	readmidi.h		\
	resample.c		\
	resample.h		\
	tables.c		\
	tables.h		\
	timidity.c		\
	timidity.h

EXTRA_DIST = CHANGES COPYING FAQ README TODO Makefile.testmidi testmidi.c