From: curt Date: Wed, 3 Jun 1998 00:42:40 +0000 (+0000) Subject: Added a Lib/Audio for Steve Baker's sound library. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b5e7938ebe969a4e1d9aeb8ce8b3494aea021581;hp=bd3e280fe528fb21da80bf204e28b681be064148;p=simgear.git Added a Lib/Audio for Steve Baker's sound library. --- diff --git a/Lib/Makefile.am b/Lib/Makefile.am index fe6504f5..d21a13e3 100644 --- a/Lib/Makefile.am +++ b/Lib/Makefile.am @@ -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