From: vsr Date: Wed, 12 Jan 2005 07:23:39 +0000 (+0000) Subject: Fix PAL7686: Wrong order of libraries in Makefile X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cb0f7b5cc8eb7d649c0dcc607eaf09c24e5595ee;p=modules%2Fgeom.git Fix PAL7686: Wrong order of libraries in Makefile --- diff --git a/src/OBJECT/Makefile.in b/src/OBJECT/Makefile.in index 459e098a8..db0e73fcd 100644 --- a/src/OBJECT/Makefile.in +++ b/src/OBJECT/Makefile.in @@ -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 $@