diff decoders/timidity/Makefile.am @ 455:cbc2a4ffeeec

* Added support for loading DLS format instruments: Timidity_LoadDLS(), Timidity_FreeDLS(), Timidity_LoadDLSSong() * Added Timidity_Init_NoConfig()
author hercules
date Fri, 26 Sep 2003 20:51:58 +0000
parents 2d887640d300
children 7a5ea0018285
line wrap: on
line diff
--- a/decoders/timidity/Makefile.am	Sat Sep 13 20:46:09 2003 +0000
+++ b/decoders/timidity/Makefile.am	Fri Sep 26 20:51:58 2003 +0000
@@ -6,8 +6,12 @@
 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		\