]> git.mxchange.org Git - simgear.git/blobdiff - Lib/Makefile.am
Cygnus tools compatibility tweaks.
[simgear.git] / Lib / Makefile.am
index 6da211aeb8a6c9fce6832535f3e7e895fe9ccee5..36d5ced419948d013511bfffe4ded1b11f35e2e7 100644 (file)
@@ -1,7 +1,24 @@
-if HAVE_OSS_AUDIO
+if ENABLE_AUDIO_SUPPORT
 AUDIO_DIRS = Audio
 else
 AUDIO_DIRS = 
 endif
 
-SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM Math Pui XGL zlib
+if ENABLE_UNIX_SERIAL
+SERIAL_DIRS = Serial
+else
+SERIAL_DIRS =
+endif
+
+SUBDIRS = \
+       $(AUDIO_DIRS) \
+       Bucket \
+       Debug \
+       DEM \
+       gpc \
+       Math \
+       Misc \
+       PUI \
+       $(SERIAL_DIRS) \
+       XGL\
+       zlib