From: Frederic Bouvier Date: Wed, 5 Jan 2011 17:10:57 +0000 (+0100) Subject: Trying to fix Linux compilation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9a3e22d84260ab6e0b33e80178a526a1e5e17a33;p=flightgear.git Trying to fix Linux compilation --- diff --git a/utils/GPSsmooth/Makefile.am b/utils/GPSsmooth/Makefile.am index fb4127c1a..ed07353c9 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -5,9 +5,9 @@ GPSsmooth_LDFLAGS = $(plib_FRAMEWORK) MIDGsmooth_LDFLAGS = $(plib_FRAMEWORK) UGsmooth_LDFLAGS = $(plib_FRAMEWORK) else -GPSsmooth_PLIB_LIBS = -lplibul -MIDGsmooth_PLIB_LIBS = -lplibul -UGsmooth_PLIB_LIBS = -plibul +GPSsmooth_PLIB_LIBS = -lplibnet -lplibul +MIDGsmooth_PLIB_LIBS = -lplibnet -lplibul +UGsmooth_PLIB_LIBS = -lplibnet -lplibul endif @@ -16,7 +16,7 @@ GPSsmooth_SOURCES = \ gps_main.cxx GPSsmooth_LDADD = \ - $(GPSsmooth_PLIB_LIBS) -lsgtiming -lsgmisc -lsgdebug -lsgio \ + $(GPSsmooth_PLIB_LIBS) -lsgio -lsgtiming -lsgmisc -lsgdebug \ $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz MIDGsmooth_SOURCES = \