]> git.mxchange.org Git - flightgear.git/commitdiff
Modified Files:
authorfrohlich <frohlich>
Sun, 17 Dec 2006 10:12:38 +0000 (10:12 +0000)
committerfrohlich <frohlich>
Sun, 17 Dec 2006 10:12:38 +0000 (10:12 +0000)
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 ...

src/FDM/YASim/Makefile.am
utils/Modeller/Makefile.am

index a5532e219ed67308c79fe50cdd0d56411f69b215..3d3e4ba51deb74097fe768ed598d1e865cfbab11 100644 (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
index e5db4c47fd66b989814d1b3c0bf452d5afa7deb3..537a5a8832ed50429fc7872d29d172712b3a13cc 100644 (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)