]> git.mxchange.org Git - flightgear.git/commitdiff
Solaris fix.
authorehofman <ehofman>
Thu, 7 Jul 2005 19:09:52 +0000 (19:09 +0000)
committerehofman <ehofman>
Thu, 7 Jul 2005 19:09:52 +0000 (19:09 +0000)
utils/GPSsmooth/Makefile.am

index fced372c53ae2c1e88b3a56235d32735b39e72bf..5b97340bb56836dd5b06f96c12433b79d4cd6f94 100644 (file)
@@ -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