]> git.mxchange.org Git - flightgear.git/blobdiff - Main/GLTKkey.c
Restructuring make, adding automatic "make dep" support.
[flightgear.git] / Main / GLTKkey.c
index a6b6efc50885ca69f9814e802b99319be9886114..36595607feca05f59befa89b98ef70a30655a1ad 100644 (file)
@@ -30,7 +30,7 @@
 #include "gltk.h"
 
 #include "GLTKkey.h"
-#include "../aircraft/aircraft.h"
+#include "../Aircraft/aircraft.h"
 
 
 /* Handle keyboard events */
@@ -75,9 +75,12 @@ GLenum GLTKkey(int k, GLenum mask) {
 
 
 /* $Log$
-/* Revision 1.3  1997/06/21 17:12:52  curt
-/* Capitalized subdirectory names.
+/* Revision 1.4  1997/06/26 19:08:32  curt
+/* Restructuring make, adding automatic "make dep" support.
 /*
+ * Revision 1.3  1997/06/21 17:12:52  curt
+ * Capitalized subdirectory names.
+ *
  * Revision 1.2  1997/05/23 15:40:24  curt
  * Added GNU copyright headers.
  * Fog now works!