]> git.mxchange.org Git - flightgear.git/commitdiff
Fix another dependency.
authorehofman <ehofman>
Thu, 7 Jul 2005 09:06:02 +0000 (09:06 +0000)
committerehofman <ehofman>
Thu, 7 Jul 2005 09:06:02 +0000 (09:06 +0000)
utils/GPSsmooth/Makefile.am

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