Added a Lib/Audio for Steve Baker's sound library.

This commit is contained in:
curt 1998-06-03 00:42:40 +00:00
parent bd3e280fe5
commit b5e7938ebe

View File

@ -1 +1,7 @@
SUBDIRS = Bucket Debug DEM Math XGL zlib
if HAVE_OSS_AUDIO
AUDIO_DIRS = Audio
else
AUDIO_DIRS =
endif
SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM Math XGL zlib