1
0
Fork 0

Automake build fixes for PLIB net/ul removal.

This commit is contained in:
James Turner 2010-10-24 11:04:14 +01:00
parent db4b84bc5c
commit 987c1bdfda
5 changed files with 7 additions and 5 deletions

View file

@ -24,6 +24,8 @@
# include <config.h>
#endif
#include <cstring>
#include <simgear/debug/logstream.hxx>
#include <simgear/io/lowlevel.hxx> // endian tests
#include <simgear/io/sg_netBuffer.hxx>

View file

@ -24,6 +24,7 @@
# include <config.h>
#endif
#include <cassert>
#include <simgear/structure/exception.hxx>
#include <FDM/fdm_shell.hxx>

View file

@ -32,8 +32,8 @@
#include <simgear/compiler.h>
#include <algorithm> // sort()
#include <stdlib.h> // atoi() atof()
#include <cstdlib> // atoi() atof()
#include <cstring>
#include <string>
#include <simgear/debug/logstream.hxx>

View file

@ -28,8 +28,7 @@
#include <simgear/compiler.h>
#include <string>
#include <cstring>
#include <iostream>
#include <map>
#include <string>

View file

@ -6,4 +6,4 @@ terrasync_SOURCES = terrasync.cxx
AM_CPPFLAGS = $(svn_CPPFLAGS)
terrasync_LDADD = -lsgio -lsgmisc -lsgdebug $(network_LIBS) $(svn_LIBS)
terrasync_LDADD = -lsgio -lsgstructure -lsgmisc -lsgdebug $(network_LIBS) $(svn_LIBS)