Skip to content

Commit

Permalink
Changed test dir to playsound, and make playsound part of standard bu…
Browse files Browse the repository at this point in the history
…ild and

 installation (removed "make check", etc.)
  • Loading branch information
icculus committed Jan 19, 2002
1 parent 9c043d2 commit b1ce6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = libSDL_sound.la

SUBDIRS = decoders test
SUBDIRS = decoders . playsound

libSDL_soundincludedir = $(includedir)/SDL
libSDL_soundinclude_HEADERS = \
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -248,5 +248,5 @@ AC_OUTPUT([
Makefile
decoders/Makefile
decoders/timidity/Makefile
test/Makefile
playsound/Makefile
])

0 comments on commit b1ce6d3

Please sign in to comment.