view decoders/Makefile.am @ 274:9e7f9e09ea0e

Removed fprintf() calls. Replaced with SNDDBG() and Sound_SetError() calls.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 10 Mar 2002 19:15:25 +0000
parents 6fe6de401b63
children 6d328f00c20d
line wrap: on
line source

noinst_LTLIBRARIES = libdecoders.la

SUBDIRS = timidity mpglib

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/decoders/timidity

libdecoders_la_SOURCES =	\
	aiff.c		\
	au.c		\
	mikmod.c	\
	modplug.c	\
	mpglib.c	\
	smpeg.c		\
	ogg.c		\
	raw.c		\
	shn.c		\
	voc.c		\
	midi.c		\
	flac.c		\
	wav.c