]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a dependency problem
authorehofman <ehofman>
Thu, 25 Sep 2003 09:09:35 +0000 (09:09 +0000)
committerehofman <ehofman>
Thu, 25 Sep 2003 09:09:35 +0000 (09:09 +0000)
src/FDM/YASim/Makefile.am

index abff0d1b05698ec88730a7da7ecf14a97f0418c8..8619c58a4cf20f196618b82474dd5548bab4417f 100644 (file)
@@ -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