]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Add VS2010 project files
[simgear.git] / simgear / Makefile.am
index 50a0be5f994176c00b0c301ce1e545155119096e..1f67b560ed78e115300cfd2fa0d307993165fa17 100644 (file)
@@ -1,33 +1,31 @@
-if HAVE_THREADS
-SGTHREAD_DIR = threads
-else
-SGTHREAD_DIR = 
-endif
-
 # METAR_DIRS =
-METAR_DIRS = metar
+METAR_DIRS = environment
 
-EXTRA_DIST = simgear_config.h.vc5 version.h.in
+EXTRA_DIST = simgear_config.h.vc5 simgear_config.h-msvc71 version.h.in
 
 include_HEADERS = \
-       compiler.h constants.h sg_inlines.h sg_traits.hxx sg_zlib.h version.h
+       compiler.h constants.h sg_inlines.h version.h
 
 SUBDIRS = \
+       $(compatibility_DIR) \
        xml \
        debug \
        misc \
+       structure \
        bucket \
        ephemeris \
        io \
        magvar \
        math \
        $(METAR_DIRS) \
+       nasal \
+       props \
        route \
+       scene \
        screen \
        serial \
-       sky \
-       $(SGTHREAD_DIR) \
+       threads \
        timing \
-       xgl
+       sound 
 
-DIST_SUBDIRS = $(SUBDIRS) interpreter
+DIST_SUBDIRS = $(SUBDIRS) compatibility