From 53b2902e70b80e1db3ae7b8a7d9e36e52bf1cfc0 Mon Sep 17 00:00:00 2001 From: ehofman <ehofman> Date: Thu, 7 Jul 2005 19:09:52 +0000 Subject: [PATCH] Solaris fix. --- utils/GPSsmooth/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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