comparison decoders/Makefile.am @ 71:8ed194d014b4

Initial add.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 25 Sep 2001 15:57:44 +0000
parents
children 73484e54d05e
comparison
equal deleted inserted replaced
70:a36dc1c38216 71:8ed194d014b4
1 noinst_LTLIBRARIES = libdecoders.la
2
3 INCLUDES = -I$(top_srcdir)
4
5 libdecoders_la_SOURCES = \
6 aiff.c \
7 mod.c \
8 mp3.c \
9 ogg.c \
10 raw.c \
11 skeleton.c \
12 voc.c \
13 wav.c