]> git.mxchange.org Git - simgear.git/blobdiff - Lib/Makefile.am
Removed gpc from Libs since this is not "free ware" and the author has
[simgear.git] / Lib / Makefile.am
index d21a13e38959644593b53b3dd3e646f27e6c8486..1f9423e6fffb316c53175b7d9909eafd015a1f62 100644 (file)
@@ -1,7 +1,23 @@
-if HAVE_OSS_AUDIO
+if ENABLE_AUDIO_SUPPORT
 AUDIO_DIRS = Audio
 else
 AUDIO_DIRS = 
 endif
 
-SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM Math XGL zlib
+if ENABLE_UNIX_SERIAL
+SERIAL_DIRS = Serial
+else
+SERIAL_DIRS =
+endif
+
+SUBDIRS = \
+       $(AUDIO_DIRS) \
+       Bucket \
+       Debug \
+       DEM \
+       Math \
+       Misc \
+       PUI \
+       $(SERIAL_DIRS) \
+       XGL\
+       zlib