Remove useless dependencies on plib and opengl libraries
This commit is contained in:
parent
f9f2144d7d
commit
994c8efa00
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@ noinst_PROGRAMS = proptest
|
||||||
|
|
||||||
yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)
|
yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)
|
||||||
|
|
||||||
yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
|
yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure $(base_LIBS)
|
||||||
|
|
||||||
proptest_SOURCES = proptest.cpp $(SHARED_SOURCE_FILES)
|
proptest_SOURCES = proptest.cpp $(SHARED_SOURCE_FILES)
|
||||||
proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
|
proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure $(base_LIBS)
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
||||||
|
|
Loading…
Add table
Reference in a new issue