view decoders/timidity/Makefile.am @ 584:2e5e01679f32

Minor changes to mpg123.c to compile with Visual Studio and modern mpg123.c instead of bundled version.
author Eric Wing <ewing@anscamobile.com>
date Wed, 27 Apr 2011 19:13:29 -0700
parents a0297d442b6a
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