diff --git a/Lib/Makefile.am b/Lib/Makefile.am index fe6504f56..d21a13e38 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