]> git.mxchange.org Git - flightgear.git/commitdiff
Add a lib needed by Irix.
authorcurt <curt>
Sun, 25 Sep 2005 19:04:30 +0000 (19:04 +0000)
committercurt <curt>
Sun, 25 Sep 2005 19:04:30 +0000 (19:04 +0000)
utils/GPSsmooth/Makefile.am

index ae795de9ef825bca7e49c667f5a0aeaf4203f0af..d8a289f5aff044466515796928cdb3d90bdc1ba5 100644 (file)
@@ -13,7 +13,8 @@ MIDGsmooth_SOURCES = \
        MIDG_main.cxx
 
 MIDGsmooth_LDADD = \
-       -lsgio -lsgtiming -lsgmath -lsgmisc -lsgdebug -lplibnet -lplibul \
+       -lsgio -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
+       -lplibnet -lplibul \
        $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
 
 INCLUDES = -I$(top_srcdir)/src