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