I forgot a linker dependency. It really si time to figure out why these are all needed.
This commit is contained in:
parent
5c02b0baf0
commit
e6c6c666c2
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ noinst_PROGRAMS = proptest
|
|||
|
||||
yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)
|
||||
|
||||
yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
|
||||
yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
|
||||
|
||||
proptest_SOURCES = proptest.cpp $(SHARED_SOURCE_FILES)
|
||||
proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
|
||||
proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
||||
|
|
Loading…
Reference in a new issue