]> git.mxchange.org Git - flightgear.git/blobdiff - Lib/Makefile.am
Added the Serial subdirectory
[flightgear.git] / Lib / Makefile.am
index 73035a69ec8b93373b36197f08dfe3491bfa26b4..36d5ced419948d013511bfffe4ded1b11f35e2e7 100644 (file)
@@ -4,4 +4,21 @@ 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 \
+       gpc \
+       Math \
+       Misc \
+       PUI \
+       $(SERIAL_DIRS) \
+       XGL\
+       zlib