view decoders/Makefile.am @ 209:e63b9393f6ce

Added ModPlug support.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 10 Jan 2002 01:18:54 +0000
parents 56bc776f0563
children 07d0939d40e7
line wrap: on
line source

noinst_LTLIBRARIES = libdecoders.la

SUBDIRS = timidity

INCLUDES = -I$(top_srcdir) -Itimidity

libdecoders_la_SOURCES =	\
	aiff.c		\
	mikmod.c	\
	modplug.c	\
	mp3.c		\
	ogg.c		\
	raw.c		\
	shn.c		\
	voc.c		\
	midi.c		\
	flac.c		\
	wav.c