view decoders/Makefile.am @ 90:a292285ae155

Added shn module.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 25 Sep 2001 22:48:24 +0000
parents 73484e54d05e
children 5e5adbe0f215
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		\
	wav.c