view decoders/timidity/Makefile.am @ 492:1b91006ebfef stable-1.0

Added playsound_simple.c, which is a better example than the monster playsound.c.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 01 Oct 2005 15:35:09 +0000
parents cbc2a4ffeeec
children 7a5ea0018285
line wrap: on
line source

noinst_LTLIBRARIES = libtimidity.la

INCLUDES = -I$(top_srcdir)

if USE_TIMIDITY
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
else
libtimidity_la_SOURCES =
endif

EXTRA_DIST = FAQ README CHANGES TODO