comparison Makefile.am @ 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 56bc776f0563
children 654f4f66b757
comparison
equal deleted inserted replaced
228:daa18455baf9 229:fe5251b5624c
1 lib_LTLIBRARIES = libSDL_sound.la 1 lib_LTLIBRARIES = libSDL_sound.la
2 2
3 SUBDIRS = decoders test 3 SUBDIRS = decoders . playsound
4 4
5 libSDL_soundincludedir = $(includedir)/SDL 5 libSDL_soundincludedir = $(includedir)/SDL
6 libSDL_soundinclude_HEADERS = \ 6 libSDL_soundinclude_HEADERS = \
7 SDL_sound.h 7 SDL_sound.h
8 8