From b5e7938ebe969a4e1d9aeb8ce8b3494aea021581 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 3 Jun 1998 00:42:40 +0000 Subject: [PATCH] Added a Lib/Audio for Steve Baker's sound library. --- Lib/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2