view decoders/Makefile.am @ 114:dd95a12539fd

Changed an #if defined to #ifdef, for consistency with the other decoders.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 04 Oct 2001 19:35:53 +0000
parents 5e5adbe0f215
children fa3e593b6a5e
line wrap: on
line source

noinst_LTLIBRARIES = libdecoders.la

INCLUDES = -I$(top_srcdir)

libdecoders_la_SOURCES =	\
	aiff.c		\
	mod.c		\
	mp3.c		\
	ogg.c		\
	raw.c		\
    shn.c		\
	voc.c		\
	midi.c		\
	wav.c