]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Various code massaging.
[simgear.git] / simgear / Makefile.am
index 50a0be5f994176c00b0c301ce1e545155119096e..77b86ed3e70bb5d6dca9e17c5a34a9cca3b9c0d9 100644 (file)
@@ -10,9 +10,10 @@ METAR_DIRS = metar
 EXTRA_DIST = simgear_config.h.vc5 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 sg_traits.hxx version.h
 
 SUBDIRS = \
+       compatibility \
        xml \
        debug \
        misc \
@@ -22,12 +23,15 @@ SUBDIRS = \
        magvar \
        math \
        $(METAR_DIRS) \
+       props \
        route \
+       scene \
        screen \
        serial \
        sky \
+       sound \
        $(SGTHREAD_DIR) \
        timing \
        xgl
 
-DIST_SUBDIRS = $(SUBDIRS) interpreter
+DIST_SUBDIRS = $(SUBDIRS)