]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix PAL7686: Wrong order of libraries in Makefile
authorvsr <vsr@opencascade.com>
Wed, 12 Jan 2005 07:23:39 +0000 (07:23 +0000)
committervsr <vsr@opencascade.com>
Wed, 12 Jan 2005 07:23:39 +0000 (07:23 +0000)
src/OBJECT/Makefile.in

index 459e098a83508550135a9b00a447152d29424302..db0e73fcd7434fc0d9fdc470fd32bd92bdccd885 100644 (file)
@@ -51,7 +51,7 @@ LIB_SRC =      GEOM_Actor.cxx \
                 GEOM_InteractiveObject.cxx \
                 GEOM_AISTrihedron.cxx \
                 GEOM_VTKTrihedron.cxx
-     
+
 LIB_CLIENT_IDL = 
 
 # Executables targets
@@ -60,7 +60,7 @@ BIN_SRC       =
 
 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome
-LDFLAGS+=$(QT_MT_LIBS) $(VTK_LIBS) $(OGL_LIBS) $(PYTHON_LIBS) -lSalomeObject -L${KERNEL_ROOT_DIR}/lib/salome
+LDFLAGS+=$(PYTHON_LIBS) $(QT_MT_LIBS) $(VTK_LIBS) $(OGL_LIBS) -lSalomeObject -L${KERNEL_ROOT_DIR}/lib/salome
 %_moc.cxx: %.h
        $(MOC) $< -o $@