X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2FMakefile.am;h=24cda43443a7308c195affbfd2028b1dae18900f;hb=bb383998bb77002a6d94e83e253de01e116f9268;hp=99e8d6016ce6a0090df1e70c0daeaf94b4cde235;hpb=c8432e37630e5f4c78ae7c9bad9d2744137870af;p=simgear.git diff --git a/simgear/Makefile.am b/simgear/Makefile.am index 99e8d601..24cda434 100644 --- a/simgear/Makefile.am +++ b/simgear/Makefile.am @@ -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