]> git.mxchange.org Git - flightgear.git/commitdiff
IRIX fixes.
authorehofman <ehofman>
Wed, 6 Jul 2005 11:51:32 +0000 (11:51 +0000)
committerehofman <ehofman>
Wed, 6 Jul 2005 11:51:32 +0000 (11:51 +0000)
utils/GPSsmooth/Makefile.am

index 3b463a669ab610cdf1fa960fe13415186742752c..c1fd2209613fa032db26cd14098c814b90203f5a 100644 (file)
@@ -4,6 +4,8 @@ GPSsmooth_SOURCES = \
        gps.cxx gps.hxx \
        main.cxx
 
-GPSsmooth_LDADD = -lsgtiming -lsgmisc -lplibnet -lz $(joystick_LIBS)
+GPSsmooth_LDADD = \
+       -lsgtiming -lsgmisc -lsgdebug -lplibnet \
+       $(joystick_LIBS) $(base_LIBS) -lz
 
 INCLUDES = -I$(top_srcdir)/src