view decoders/Makefile.am @ 259:b6c47452f4aa

Renamed to smpeg.c ...
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 21 Feb 2002 19:42:19 +0000
parents ff6e66f54ece
children 6fe6de401b63
line wrap: on
line source

noinst_LTLIBRARIES = libdecoders.la

SUBDIRS = timidity

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

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