]> git.mxchange.org Git - flightgear.git/commitdiff
Fix automake linkage of metar utility.
authorJames Turner <zakalawe@mac.com>
Fri, 21 Oct 2011 13:15:40 +0000 (14:15 +0100)
committerJames Turner <zakalawe@mac.com>
Fri, 21 Oct 2011 13:15:40 +0000 (14:15 +0100)
src/Main/Makefile.am

index fc617ad0f05054b1dfe73dab58aa55173b349d4c..0c699f1838047e4c64577b35eac02b28c876b03e 100644 (file)
@@ -129,7 +129,7 @@ fgfs_LDFLAGS = $(fgfs_PLIB_FW) $(fgfs_OSG_FW) $(LDFLAGS)
 metar_SOURCES = metar_main.cxx
 
 metar_LDADD = \
-        -lsgenvironment -lsgio -lsgthreads -lsgbucket -lsgmisc -lsgstructure \
+        -lsgenvironment -lsgio -lsgtiming -lsgthreads -lsgbucket -lsgmisc -lsgstructure \
         -lsgdebug $(network_LIBS) $(thread_LIBS) \
         -lz $(base_LIBS)