]> git.mxchange.org Git - flightgear.git/commitdiff
Trying to fix Linux compilation
authorFrederic Bouvier <fredfgfs01@free.fr>
Wed, 5 Jan 2011 17:43:55 +0000 (18:43 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Wed, 5 Jan 2011 17:43:55 +0000 (18:43 +0100)
utils/GPSsmooth/Makefile.am

index 06a9330db82182e9001921cb944bb2a7ec40e713..b3c7ee6b4b186428b3a273048674bb54cd4f1fd2 100644 (file)
@@ -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