1
0
Fork 0

Renamed files.

This commit is contained in:
curt 2000-04-21 16:03:36 +00:00
parent afcf4d4324
commit 6b7353598b
5 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ noinst_LIBRARIES = libNavAids.a
noinst_PROGRAMS = testnavs
libNavAids_a_SOURCES = navaid.hxx navaids.hxx navaids.cxx
libNavAids_a_SOURCES = nav.hxx navlist.hxx navlist.cxx
testnavs_SOURCES = testnavs.cxx
testnavs_LDADD = libNavAids.a -lsgdebug -lsgmath -lsgmisc -lz

View file

@ -25,7 +25,7 @@
#include <simgear/misc/fgstream.hxx>
#include <simgear/math/fg_geodesy.hxx>
#include "navaids.hxx"
#include "navlist.hxx"
// Constructor

View file

@ -31,7 +31,7 @@
#include <map>
#include <vector>
#include "navaid.hxx"
#include "nav.hxx"
FG_USING_STD(map);
FG_USING_STD(vector);

View file

@ -1,6 +1,6 @@
#include <simgear/misc/fgpath.hxx>
#include "navaids.hxx"
#include "navlist.hxx"
int main() {
FGNavaids navs;