]> git.mxchange.org Git - simgear.git/blob - Lib/Makefile.am
Moved DEM/ to the Tools/ subdir.
[simgear.git] / Lib / Makefile.am
1 if ENABLE_AUDIO_SUPPORT
2 AUDIO_DIRS = Audio
3 else
4 AUDIO_DIRS = 
5 endif
6
7 if ENABLE_UNIX_SERIAL
8 SERIAL_DIRS = Serial
9 else
10 SERIAL_DIRS =
11 endif
12
13 SUBDIRS = \
14         $(AUDIO_DIRS) \
15         Bucket \
16         Debug \
17         Math \
18         Misc \
19         PUI \
20         $(SERIAL_DIRS) \
21         XGL\
22         zlib