X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Lib%2FMakefile.am;h=d21a13e38959644593b53b3dd3e646f27e6c8486;hb=b5e7938ebe969a4e1d9aeb8ce8b3494aea021581;hp=fe6504f56a4f38895e6495a625c632300e84733b;hpb=bd3e280fe528fb21da80bf204e28b681be064148;p=simgear.git 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