]> git.mxchange.org Git - simgear.git/blobdiff - Lib/Makefile.am
HAVE_AUDIO_SUPPORT -> ENABLE_AUDIO_SUPPORT
[simgear.git] / Lib / Makefile.am
index fe6504f56a4f38895e6495a625c632300e84733b..feb94ee04190a01a2756791634917a0ef00496eb 100644 (file)
@@ -1 +1,7 @@
-SUBDIRS = Bucket Debug DEM Math XGL zlib
+if ENABLE_AUDIO_SUPPORT
+AUDIO_DIRS = Audio
+else
+AUDIO_DIRS = 
+endif
+
+SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM Math PUI XGL zlib