X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2FMakefile.am;h=24cda43443a7308c195affbfd2028b1dae18900f;hb=8a2bc1c21bec3c58fcd749f48a38a38c898e4a29;hp=ccdcf2bf0e2ef86cd65d33004d52d7e2812e706e;hpb=525d2df3ccbf80152492a8632267f228a41ac393;p=simgear.git diff --git a/simgear/Makefile.am b/simgear/Makefile.am index ccdcf2bf..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,24 +13,26 @@ 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 \ screen \ serial \ - sky \ + sound \ $(SGTHREAD_DIR) \ timing \ xgl -DIST_SUBDIRS = $(SUBDIRS) +DIST_SUBDIRS = $(SUBDIRS) compatibility threads