From ee841a149fa0cd09858844e3c14864b064f87755 Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 25 Sep 2005 19:04:30 +0000 Subject: [PATCH] Add a lib needed by Irix. --- utils/GPSsmooth/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/GPSsmooth/Makefile.am b/utils/GPSsmooth/Makefile.am index ae795de9e..d8a289f5a 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -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