diff decoders/Makefile.am @ 216:07d0939d40e7

Support for .AU files added.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 13 Jan 2002 19:51:14 +0000
parents e63b9393f6ce
children ff6e66f54ece
line wrap: on
line diff
--- a/decoders/Makefile.am	Sun Jan 13 19:50:55 2002 +0000
+++ b/decoders/Makefile.am	Sun Jan 13 19:51:14 2002 +0000
@@ -6,6 +6,7 @@
 
 libdecoders_la_SOURCES =	\
 	aiff.c		\
+	au.c		\
 	mikmod.c	\
 	modplug.c	\
 	mp3.c		\