]> git.mxchange.org Git - simgear.git/blobdiff - Lib/Makefile.am
Fixed an IRIX warning message where an inline function is referenced
[simgear.git] / Lib / Makefile.am
index feb94ee04190a01a2756791634917a0ef00496eb..840df71f13b016b4c26fd14491b7c23fe09e3e81 100644 (file)
@@ -1,7 +1,14 @@
-if ENABLE_AUDIO_SUPPORT
-AUDIO_DIRS = Audio
+if ENABLE_UNIX_SERIAL
+SERIAL_DIRS = Serial
 else
-AUDIO_DIRS = 
+SERIAL_DIRS =
 endif
 
-SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM Math PUI XGL zlib
+SUBDIRS = \
+       Bucket \
+       Debug \
+       Math \
+       Misc \
+       $(SERIAL_DIRS) \
+       XGL\
+       zlib