1
0
Fork 0

Temporary tweak for JSBsim data.

Added two new Tools/ ... Clipper/ and ShapeFile/
This commit is contained in:
curt 1999-02-11 01:08:14 +00:00
parent c51a45b45b
commit d2d570a40c
2 changed files with 4 additions and 1 deletions

View file

@ -1,10 +1,11 @@
SUBDIRS = Include Lib Simulator Tools Tests
EXTRA_DIST = README.Unix README.Linux README.MacOS README.Win32 \
README.autoconf README.running Thanks VERSION acsite.m4
README.autoconf README.running Thanks VERSION acsite.m4 acconfig.h
dist-hook:
tar cf - Hints | (cd $(distdir); tar xvf -)
tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd $(distdir); tar xvf -)
##########################################################################

View file

@ -320,6 +320,7 @@ AC_OUTPUT( \
Tools/Makefile \
Tools/Areas/Makefile \
Tools/AssemTris/Makefile \
Tools/Clipper/Makefile \
Tools/DEM/Makefile \
Tools/Dem2node/Makefile \
Tools/DemInfo/Makefile \
@ -328,6 +329,7 @@ AC_OUTPUT( \
Tools/FixObj/Makefile \
Tools/GenAirports/Makefile \
Tools/Makedir/Makefile \
Tools/ShapeFile/Makefile \
Tools/SplitTris/Makefile \
Tools/Stripe_w/Makefile \
Tools/Tri2obj/Makefile \