1
0
Fork 0

Fix automake linkage of metar utility.

This commit is contained in:
James Turner 2011-10-21 14:15:40 +01:00
parent 90b67e5fd5
commit e1be74902a

View 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)