From: ehofman Date: Thu, 25 Sep 2003 09:09:35 +0000 (+0000) Subject: Fix a dependency problem X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f9b85dc2fd3995fe5f8d4227a9a9abc77c5f8a42;p=flightgear.git Fix a dependency problem --- diff --git a/src/FDM/YASim/Makefile.am b/src/FDM/YASim/Makefile.am index abff0d1b0..8619c58a4 100644 --- a/src/FDM/YASim/Makefile.am +++ b/src/FDM/YASim/Makefile.am @@ -36,6 +36,6 @@ bin_PROGRAMS = yasim yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCES) -yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug $(base_LIBS) +yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure $(base_LIBS) INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src