Renamed files.
This commit is contained in:
parent
afcf4d4324
commit
6b7353598b
5 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <simgear/misc/fgstream.hxx>
|
||||
#include <simgear/math/fg_geodesy.hxx>
|
||||
|
||||
#include "navaids.hxx"
|
||||
#include "navlist.hxx"
|
||||
|
||||
|
||||
// Constructor
|
|
@ -31,7 +31,7 @@
|
|||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include "navaid.hxx"
|
||||
#include "nav.hxx"
|
||||
|
||||
FG_USING_STD(map);
|
||||
FG_USING_STD(vector);
|
|
@ -1,6 +1,6 @@
|
|||
#include <simgear/misc/fgpath.hxx>
|
||||
|
||||
#include "navaids.hxx"
|
||||
#include "navlist.hxx"
|
||||
|
||||
int main() {
|
||||
FGNavaids navs;
|
||||
|
|
Loading…
Reference in a new issue