Fix a dependency problem
This commit is contained in:
parent
905b48c55c
commit
f9b85dc2fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue