view decoders/Makefile.am @ 553:5ec7f4e5e20b

Fixed compilation on pre-C99 compilers (gcc2, msvc, etc).
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 11 Sep 2008 05:29:12 -0400
parents 636796aed4e2
children 7e08477b0fc1
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		\
	speex.c		\
	quicktime.c \
	wav.c