]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
temporarily remove listener (viewer) and source offsets. they mess things up
[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 simgear_config.h-msvc71 version.h.in
11
12 include_HEADERS = \
13         compiler.h constants.h sg_inlines.h 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
37 DIST_SUBDIRS = $(SUBDIRS) compatibility