diff Makefile.am @ 143:3e60862fbd76

Start of audio converter work.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 15 Oct 2001 21:21:11 +0000
parents 3ce7ede90d24
children 47cc2de2ae36
line wrap: on
line diff
--- a/Makefile.am	Mon Oct 15 21:20:54 2001 +0000
+++ b/Makefile.am	Mon Oct 15 21:21:11 2001 +0000
@@ -10,7 +10,8 @@
 	SDL_sound.c	\
 	SDL_sound_internal.h	\
 	extra_rwops.c	\
-	extra_rwops.h
+	extra_rwops.h	\
+	audio_convert.c
 
 libSDL_sound_la_LDFLAGS = 		\
 	-release $(LT_RELEASE)	\
@@ -19,4 +20,7 @@
 
 
 EXTRA_DIST =	\
-	CREDITS
+	CREDITS \
+	LICENSE \
+	CHANGELOG
+