Automake build fixes for PLIB net/ul removal.
This commit is contained in:
parent
db4b84bc5c
commit
987c1bdfda
5 changed files with 7 additions and 5 deletions
|
@ -24,6 +24,8 @@
|
||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include <simgear/debug/logstream.hxx>
|
#include <simgear/debug/logstream.hxx>
|
||||||
#include <simgear/io/lowlevel.hxx> // endian tests
|
#include <simgear/io/lowlevel.hxx> // endian tests
|
||||||
#include <simgear/io/sg_netBuffer.hxx>
|
#include <simgear/io/sg_netBuffer.hxx>
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
#include <simgear/structure/exception.hxx>
|
#include <simgear/structure/exception.hxx>
|
||||||
|
|
||||||
#include <FDM/fdm_shell.hxx>
|
#include <FDM/fdm_shell.hxx>
|
||||||
|
|
|
@ -32,8 +32,8 @@
|
||||||
#include <simgear/compiler.h>
|
#include <simgear/compiler.h>
|
||||||
|
|
||||||
#include <algorithm> // sort()
|
#include <algorithm> // sort()
|
||||||
#include <stdlib.h> // atoi() atof()
|
#include <cstdlib> // atoi() atof()
|
||||||
|
#include <cstring>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include <simgear/debug/logstream.hxx>
|
#include <simgear/debug/logstream.hxx>
|
||||||
|
|
|
@ -28,8 +28,7 @@
|
||||||
|
|
||||||
#include <simgear/compiler.h>
|
#include <simgear/compiler.h>
|
||||||
|
|
||||||
#include <string>
|
#include <cstring>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -6,4 +6,4 @@ terrasync_SOURCES = terrasync.cxx
|
||||||
|
|
||||||
AM_CPPFLAGS = $(svn_CPPFLAGS)
|
AM_CPPFLAGS = $(svn_CPPFLAGS)
|
||||||
|
|
||||||
terrasync_LDADD = -lsgio -lsgmisc -lsgdebug $(network_LIBS) $(svn_LIBS)
|
terrasync_LDADD = -lsgio -lsgstructure -lsgmisc -lsgdebug $(network_LIBS) $(svn_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue