Added a Lib/Audio for Steve Baker's sound library.
This commit is contained in:
parent
bd3e280fe5
commit
b5e7938ebe
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue