]> 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 841363a3d0b28195bcfabf50a9116b491802d7a7..1f9423e6fffb316c53175b7d9909eafd015a1f62 100644 (file)
@@ -4,4 +4,20 @@ else
 AUDIO_DIRS = 
 endif
 
-SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM gpc Math PUI 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