]> git.mxchange.org Git - flightgear.git/blobdiff - Lib/Makefile.am
Removed plib from the source distribution. It must be built and installed
[flightgear.git] / Lib / Makefile.am
index fe6504f56a4f38895e6495a625c632300e84733b..840df71f13b016b4c26fd14491b7c23fe09e3e81 100644 (file)
@@ -1 +1,14 @@
-SUBDIRS = Bucket Debug DEM Math XGL zlib
+if ENABLE_UNIX_SERIAL
+SERIAL_DIRS = Serial
+else
+SERIAL_DIRS =
+endif
+
+SUBDIRS = \
+       Bucket \
+       Debug \
+       Math \
+       Misc \
+       $(SERIAL_DIRS) \
+       XGL\
+       zlib