From 4c2c48b46abca5ab0b392d1fd53da920d7ee413f Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 7 Jul 2005 09:06:02 +0000 Subject: [PATCH] Fix another dependency. --- 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 c1fd22096..fced372c5 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -5,7 +5,7 @@ GPSsmooth_SOURCES = \ main.cxx GPSsmooth_LDADD = \ - -lsgtiming -lsgmisc -lsgdebug -lplibnet \ + -lsgtiming -lsgmisc -lsgdebug -lplibnet -lplibul \ $(joystick_LIBS) $(base_LIBS) -lz INCLUDES = -I$(top_srcdir)/src -- 2.39.5