Mercurial > SDL_sound_CoreAudio
view decoders/timidity/Makefile.am @ 549:394e3ec86164 stable-1.0 release-1.0.3
Upped version to 1.0.3.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 20 Apr 2008 20:36:59 +0000 |
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