From: ehofman Date: Thu, 7 Jul 2005 19:09:52 +0000 (+0000) Subject: Solaris fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=53b2902e70b80e1db3ae7b8a7d9e36e52bf1cfc0;p=flightgear.git Solaris fix. --- diff --git a/utils/GPSsmooth/Makefile.am b/utils/GPSsmooth/Makefile.am index fced372c5..5b97340bb 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -6,6 +6,6 @@ GPSsmooth_SOURCES = \ GPSsmooth_LDADD = \ -lsgtiming -lsgmisc -lsgdebug -lplibnet -lplibul \ - $(joystick_LIBS) $(base_LIBS) -lz + $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz INCLUDES = -I$(top_srcdir)/src