]> git.mxchange.org Git - simgear.git/blob - Lib/Makefile.am
Removed gpc from Libs since this is not "free ware" and the author has
[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         DEM \
18         Math \
19         Misc \
20         PUI \
21         $(SERIAL_DIRS) \
22         XGL\
23         zlib