]> git.mxchange.org Git - flightgear.git/blobdiff - Main/Makefile
Working on incorporating the LaRCsim flight model.
[flightgear.git] / Main / Makefile
index 7cfb8e00d1b33eda8dff230b1fbd36d15e8c3ce4..dd4c51f1297f587451afb749cd4998539677f839 100644 (file)
@@ -66,7 +66,9 @@ LIBS =  $(INTERFACE_LIBS) $(GRAPHICS_LIBS) -lm -lfl
 
 CFILES = GLmain.c $(INTERFACE_FILES) mesh2GL.c
 OFILES = $(CFILES:.c=.o)
-AFILES = ../flight/libflight.a ../aircraft/libaircraft.a ../scenery/libscenery.a
+AFILES = ../flight/libflight.a ../flight/slew/libslew.a \
+       ../flight/LaRCsim/libLaRCsim.a ../aircraft/libaircraft.a \
+       ../scenery/libscenery.a
 
 
 
@@ -102,6 +104,12 @@ mesh2GL.o: mesh2GL.c ../scenery/mesh.h
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.7  1997/05/29 22:39:50  curt
+# Working on incorporating the LaRCsim flight model.
+#
+# Revision 1.6  1997/05/29 02:33:23  curt
+# Updated to reflect changing interfaces in other "modules."
+#
 # Revision 1.5  1997/05/27 17:44:32  curt
 # Renamed & rearranged variables and routines.   Added some initial simple
 # timer/alarm routines so the flight model can be updated on a regular interval.