From: Frederic Bouvier Date: Wed, 5 Jan 2011 17:43:55 +0000 (+0100) Subject: Trying to fix Linux compilation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6939abc9aff2def44f2b594d2a47e029b824ad5c;p=flightgear.git Trying to fix Linux compilation --- 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