X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FBlocksGUI%2FMakefile.in;h=99cbd1e0934b10316d64362ed51534b2340a627d;hb=35c0ccc26885b896b4e62981979fd987e4b20f76;hp=e36dd5fe8552ef0cde27d866714f92f1215e8497;hpb=d3dd282390888d7dc091ba2c2ffe7923bd7458e6;p=modules%2Fgeom.git diff --git a/src/BlocksGUI/Makefile.in b/src/BlocksGUI/Makefile.in index e36dd5fe8..99cbd1e09 100644 --- a/src/BlocksGUI/Makefile.in +++ b/src/BlocksGUI/Makefile.in @@ -44,22 +44,24 @@ LIB_SRC = \ BlocksGUI_QuadFaceDlg.cxx \ BlocksGUI_BlockDlg.cxx \ BlocksGUI_ExplodeDlg.cxx \ + BlocksGUI_PropagateDlg.cxx \ BlocksGUI_TrsfDlg.cxx LIB_MOC = \ BlocksGUI_QuadFaceDlg.h \ BlocksGUI_BlockDlg.h \ BlocksGUI_ExplodeDlg.h \ + BlocksGUI_PropagateDlg.h \ BlocksGUI_TrsfDlg.h -LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl +LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl LIB_SERVER_IDL = # additionnal information to compil and link file -CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome -CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome +CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome -I${GUI_ROOT_DIR}/include/salome +CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -I${GUI_ROOT_DIR}/include/salome LDFLAGS += -lGEOMFiltersSelection -lGEOMBase