From: James Turner Date: Fri, 21 Oct 2011 13:15:40 +0000 (+0100) Subject: Fix automake linkage of metar utility. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e1be74902a320192a8296e279ba33f9554dc7c9b;p=flightgear.git Fix automake linkage of metar utility. --- diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index fc617ad0f..0c699f183 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -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)