From f9b85dc2fd3995fe5f8d4227a9a9abc77c5f8a42 Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 25 Sep 2003 09:09:35 +0000 Subject: [PATCH] Fix a dependency problem --- src/FDM/YASim/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5