view decoders/Makefile.am @ 567:83fff24e5f71

This file shouldn't be here.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 30 Jan 2009 19:55:21 -0500
parents 7e08477b0fc1
children 05a7b1d35ba9
line wrap: on
line source

noinst_LTLIBRARIES = libdecoders.la

SUBDIRS = timidity libmpg123

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

libdecoders_la_SOURCES =	\
	aiff.c		\
	au.c		\
	mikmod.c	\
	modplug.c	\
	mpg123.c	\
	ogg.c		\
	raw.c		\
	shn.c		\
	voc.c		\
	midi.c		\
	flac.c		\
	speex.c		\
	quicktime.c \
	wav.c