view decoders/Makefile.am @ 75:a7f31634011a

Commented out --force option to automake.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 25 Sep 2001 16:29:46 +0000
parents 8ed194d014b4
children 73484e54d05e
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		\
	skeleton.c		\
	voc.c		\
	wav.c