]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
Update the SoundSample api so we can request that a copy of the sample be
[simgear.git] / simgear / Makefile.am
1 if HAVE_THREADS
2 SGTHREAD_DIR = threads
3 else
4 SGTHREAD_DIR = 
5 endif
6
7 # METAR_DIRS =
8 METAR_DIRS = environment
9
10 EXTRA_DIST = simgear_config.h.vc5 version.h.in
11
12 include_HEADERS = \
13         compiler.h constants.h sg_inlines.h sg_traits.hxx version.h
14
15 SUBDIRS = \
16         $(compatibility_DIR) \
17         xml \
18         debug \
19         misc \
20         structure \
21         bucket \
22         ephemeris \
23         io \
24         magvar \
25         math \
26         $(METAR_DIRS) \
27         nasal \
28         props \
29         route \
30         scene \
31         screen \
32         serial \
33         sound \
34         $(SGTHREAD_DIR) \
35         timing \
36         xgl
37
38 DIST_SUBDIRS = $(SUBDIRS) compatibility threads