From 6939abc9aff2def44f2b594d2a47e029b824ad5c Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Wed, 5 Jan 2011 18:43:55 +0100 Subject: [PATCH] Trying to fix Linux compilation --- utils/GPSsmooth/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/GPSsmooth/Makefile.am b/utils/GPSsmooth/Makefile.am index 06a9330db..b3c7ee6b4 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -37,7 +37,7 @@ UGsmooth_SOURCES = \ UGsmooth_LDADD = \ $(UGsmooth_PLIB_LIBS) -lsgio -lsgserial -lsgtiming \ - -lsgmath -lsgbucket -lsgmisc -lsgdebug \ + -lsgmath -lsgbucket -lsgmisc -lsgdebug -lsgstructure \ $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz INCLUDES = -I$(top_srcdir)/src -- 2.39.5