From: ehofman Date: Wed, 6 Jul 2005 11:51:32 +0000 (+0000) Subject: IRIX fixes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1eab60dd79f5253587f16d9f0a1c599f443865cc;p=flightgear.git IRIX fixes. --- diff --git a/utils/GPSsmooth/Makefile.am b/utils/GPSsmooth/Makefile.am index 3b463a669..c1fd22096 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -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