Pulling in code from the flight gear project relating to timing and ephemeral

calculations.
This commit is contained in:
curt
2000-07-05 00:26:03 +00:00
parent 1b07b25ad2
commit b5705ff47a
2 changed files with 3 additions and 0 deletions

View File

@@ -252,12 +252,14 @@ AC_OUTPUT( \
simgear/version.h \
simgear/bucket/Makefile \
simgear/debug/Makefile \
simgear/ephemeris/Makefile \
simgear/magvar/Makefile \
simgear/math/Makefile \
simgear/misc/Makefile \
simgear/screen/Makefile \
simgear/serial/Makefile \
simgear/sky/Makefile \
simgear/timing/Makefile \
simgear/xgl/Makefile \
simgear/zlib/Makefile \
)

View File

@@ -27,6 +27,7 @@ include_HEADERS = \
SUBDIRS = \
bucket \
debug \
ephemeris \
magvar \
math \
$(METAR_DIRS) \