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