From: Frederic Bouvier Date: Wed, 5 Jan 2011 17:24:49 +0000 (+0100) Subject: Trying to fix Linux compilation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d4c9a393d1c628c1b834ad5d436ca1b0c37d66de;p=flightgear.git Trying to fix Linux compilation --- diff --git a/utils/GPSsmooth/Makefile.am b/utils/GPSsmooth/Makefile.am index ed07353c9..06a9330db 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -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 = \