~jtaylor/ubuntu/oneiric/flightgear/fix-749249

« back to all changes in this revision

Viewing changes to src/Main/fg_props.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-11-26 12:31:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051126123123-dhs3dijy6nd257up
Tags: 0.9.8-3ubuntu1
adapt gl/glu dependencies for Xorg

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
// along with this program; if not, write to the Free Software
19
19
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
20
//
21
 
// $Id: fg_props.cxx,v 1.19 2004/04/24 19:28:12 curt Exp $
 
21
// $Id: fg_props.cxx,v 1.20 2004/10/24 11:05:14 ehofman Exp $
22
22
 
23
23
#ifdef HAVE_CONFIG_H
24
24
#  include <simgear/compiler.h>
82
82
  LogClassMapping(SG_IO, "io"),
83
83
  LogClassMapping(SG_CLIPPER, "clipper"),
84
84
  LogClassMapping(SG_NETWORK, "network"),
 
85
  LogClassMapping(SG_INSTR, "instrumentation"),
 
86
  LogClassMapping(SG_SYSTEMS, "systems"),
85
87
  LogClassMapping(SG_UNDEFD, "")
86
88
};
87
89