]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Add VS2010 project files
[simgear.git] / simgear / Makefile.am
index 24733acbb37444d95f95f0ae341bf2313df9c383..1f67b560ed78e115300cfd2fa0d307993165fa17 100644 (file)
@@ -1,16 +1,10 @@
-if HAVE_THREADS
-SGTHREAD_DIR = threads
-else
-SGTHREAD_DIR = 
-endif
-
 # METAR_DIRS =
 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 version.h
+       compiler.h constants.h sg_inlines.h version.h
 
 SUBDIRS = \
        $(compatibility_DIR) \
@@ -30,8 +24,8 @@ SUBDIRS = \
        scene \
        screen \
        serial \
-       sound \
-       $(SGTHREAD_DIR) \
-       timing
+       threads \
+       timing \
+       sound 
 
 DIST_SUBDIRS = $(SUBDIRS) compatibility