From 26cdcb3064c2da842e06f4e7f4fa38656611dae3 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 12 Apr 1999 02:03:32 +0000 Subject: [PATCH] Removed plib from the source distribution. It must be built and installed separately before fgfs can be built and installed. --- Lib/Makefile.am | 1 - Simulator/GUI/gui.h | 2 +- Simulator/Main/GLUTkey.cxx | 2 +- Simulator/Main/GLUTmain.cxx | 6 +++--- configure.in | 23 ++++++++++++++++++++++- 5 files changed, 27 insertions(+), 7 deletions(-) diff --git a/Lib/Makefile.am b/Lib/Makefile.am index a0bdf9327..840df71f1 100644 --- a/Lib/Makefile.am +++ b/Lib/Makefile.am @@ -11,5 +11,4 @@ SUBDIRS = \ Misc \ $(SERIAL_DIRS) \ XGL\ - plib \ zlib diff --git a/Simulator/GUI/gui.h b/Simulator/GUI/gui.h index dd711e7a6..0bfa9de50 100644 --- a/Simulator/GUI/gui.h +++ b/Simulator/GUI/gui.h @@ -25,7 +25,7 @@ #ifndef _GUI_H_ #define _GUI_H_ -#include +#include extern puMenuBar *mainMenuBar; extern puButton *hideMenuButton; diff --git a/Simulator/Main/GLUTkey.cxx b/Simulator/Main/GLUTkey.cxx index ecab98f2e..ef3ada9f4 100644 --- a/Simulator/Main/GLUTkey.cxx +++ b/Simulator/Main/GLUTkey.cxx @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include