# HG changeset patch # User Ryan C. Gordon # Date 1011408308 0 # Node ID fe5251b5624c6acfaf85137831da9c3efeb9f666 # Parent daa18455baf9a9bee32159d12dc33ee3b03024ca Changed test dir to playsound, and make playsound part of standard build and installation (removed "make check", etc.) diff -r daa18455baf9 -r fe5251b5624c Makefile.am --- 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 = \ diff -r daa18455baf9 -r fe5251b5624c configure.in --- 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 ])