Fix automake linkage of metar utility.
This commit is contained in:
parent
90b67e5fd5
commit
e1be74902a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue