X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=Lib%2FMakefile.am;h=feb94ee04190a01a2756791634917a0ef00496eb;hb=1175179da11594f92ac3ed40a7b6b88e240b1ac9;hp=d21a13e38959644593b53b3dd3e646f27e6c8486;hpb=b5e7938ebe969a4e1d9aeb8ce8b3494aea021581;p=flightgear.git diff --git a/Lib/Makefile.am b/Lib/Makefile.am index d21a13e38..feb94ee04 100644 --- a/Lib/Makefile.am +++ b/Lib/Makefile.am @@ -1,7 +1,7 @@ -if HAVE_OSS_AUDIO +if ENABLE_AUDIO_SUPPORT AUDIO_DIRS = Audio else AUDIO_DIRS = endif -SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM Math XGL zlib +SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM Math PUI XGL zlib