From e1be74902a320192a8296e279ba33f9554dc7c9b Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 21 Oct 2011 14:15:40 +0100 Subject: [PATCH] Fix automake linkage of metar utility. --- src/Main/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)