]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Update the SoundSample api so we can request that a copy of the sample be
[simgear.git] / simgear / Makefile.am
index 99e8d6016ce6a0090df1e70c0daeaf94b4cde235..24cda43443a7308c195affbfd2028b1dae18900f 100644 (file)
@@ -5,7 +5,7 @@ SGTHREAD_DIR =
 endif
 
 # METAR_DIRS =
-METAR_DIRS = metar
+METAR_DIRS = environment
 
 EXTRA_DIST = simgear_config.h.vc5 version.h.in
 
@@ -13,16 +13,18 @@ include_HEADERS = \
        compiler.h constants.h sg_inlines.h sg_traits.hxx version.h
 
 SUBDIRS = \
-       compatibility \
+       $(compatibility_DIR) \
        xml \
        debug \
        misc \
+       structure \
        bucket \
        ephemeris \
        io \
        magvar \
        math \
        $(METAR_DIRS) \
+       nasal \
        props \
        route \
        scene \
@@ -33,4 +35,4 @@ SUBDIRS = \
        timing \
        xgl
 
-DIST_SUBDIRS = $(SUBDIRS)
+DIST_SUBDIRS = $(SUBDIRS) compatibility threads