1
0
Fork 0

Fix a dependency problem

This commit is contained in:
ehofman 2003-09-25 09:09:35 +00:00
parent 905b48c55c
commit f9b85dc2fd

View 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