From: ehofman Date: Thu, 7 Jul 2005 09:06:02 +0000 (+0000) Subject: Fix another dependency. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c2c48b46abca5ab0b392d1fd53da920d7ee413f;p=flightgear.git Fix another dependency. --- 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