changeset 229:fe5251b5624c

Changed test dir to playsound, and make playsound part of standard build and installation (removed "make check", etc.)
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 19 Jan 2002 02:45:08 +0000
parents daa18455baf9
children aa4137f121e4
files Makefile.am configure.in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Sat Jan 19 02:44:25 2002 +0000
+++ b/Makefile.am	Sat Jan 19 02:45:08 2002 +0000
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = libSDL_sound.la
 
-SUBDIRS = decoders test
+SUBDIRS = decoders . playsound
 
 libSDL_soundincludedir = $(includedir)/SDL
 libSDL_soundinclude_HEADERS =	\
--- a/configure.in	Sat Jan 19 02:44:25 2002 +0000
+++ b/configure.in	Sat Jan 19 02:45:08 2002 +0000
@@ -248,5 +248,5 @@
 Makefile
 decoders/Makefile
 decoders/timidity/Makefile
-test/Makefile
+playsound/Makefile
 ])