1
0
Fork 0

Modified Files:

utils/Modeller/Makefile.am src/FDM/YASim/Makefile.am:
	Remove -lssg from the linker lines.
	Do no longer build threedconvert. A very similar functionality
	is available with osgvconv. But leave threedconvert in place
	if somebody will need that ...
This commit is contained in:
frohlich 2006-12-17 10:12:38 +00:00
parent 8634b9124e
commit cb62950760
2 changed files with 6 additions and 6 deletions

View file

@ -45,9 +45,9 @@ noinst_PROGRAMS = proptest
yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)
yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
proptest_SOURCES = proptest.cpp $(SHARED_SOURCE_FILES)
proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src

View file

@ -1,8 +1,8 @@
noinst_PROGRAMS = threedconvert animassist normalmap
noinst_PROGRAMS = animassist normalmap
threedconvert_SOURCES = 3dconvert.cxx
threedconvert_LDADD = -lplibssg -lplibsg -lplibul \
$(opengl_LIBS) $(joystick_LIBS)
# threedconvert_SOURCES = 3dconvert.cxx
# threedconvert_LDADD = -lplibssg -lplibsg -lplibul \
# $(opengl_LIBS) $(joystick_LIBS)
animassist_SOURCES = animassist.c
animassist_LDADD = $(base_LIBS)