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

index ed07353c986c23572c0d1575173377e8b9ed3b52..06a9330db82182e9001921cb944bb2a7ec40e713 100644 (file)
@@ -16,7 +16,7 @@ GPSsmooth_SOURCES = \
        gps_main.cxx
 
 GPSsmooth_LDADD = \
-        $(GPSsmooth_PLIB_LIBS) -lsgio -lsgtiming -lsgmisc -lsgdebug \
+        $(GPSsmooth_PLIB_LIBS) -lsgio -lsgtiming -lsgmisc -lsgdebug -lsgstructure \
        $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
 
 MIDGsmooth_SOURCES = \