]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Removed some extraneous debugging output. Hey, this one was subtle. Due
[simgear.git] / simgear / Makefile.am
index 61bb70b08efb76e974bbf023d75ecd8bbfc21f46..ccdcf2bf0e2ef86cd65d33004d52d7e2812e706e 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,7 +23,9 @@ SUBDIRS = \
        magvar \
        math \
        $(METAR_DIRS) \
+       props \
        route \
+       scene \
        screen \
        serial \
        sky \
@@ -30,3 +33,4 @@ SUBDIRS = \
        timing \
        xgl
 
+DIST_SUBDIRS = $(SUBDIRS)