Salome HOME
Fix for problem with table of contents resizing.
[modules/gui.git] / src / TOOLSGUI / Makefile.in
index eb2d6e7bf42e75ab65e374f231df3b91e13fc07f..bec8e5a2b12e4977624521edfa95215f5e8e2fea 100755 (executable)
@@ -17,7 +17,7 @@
 #  License along with this library; if not, write to the Free Software 
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 # 
-#  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 #
 #
@@ -35,7 +35,8 @@ VPATH=.:@srcdir@:@top_srcdir@/idl:@srcdir@/resources
 @COMMENCE@
 
 # header files 
-EXPORT_HEADERS = ToolsGUI_RegWidget.h \
+EXPORT_HEADERS = ToolsGUI.h \
+                ToolsGUI_RegWidget.h \
                 ToolsGUI_CatalogGeneratorDlg.h
 
 # .po files to transform in .qm
@@ -48,17 +49,18 @@ LIB = libToolsGUI.la
 LIB_SRC = ToolsGUI_CatalogGeneratorDlg.cxx \
          ToolsGUI_HelpWindow.cxx \
          ToolsGUI_RegWidget.cxx \
-         ToolsGUI_IntervalWindow.cxx
+         ToolsGUI_IntervalWindow.cxx \
+         ToolsGUI.cxx
 
 LIB_MOC = ToolsGUI_CatalogGeneratorDlg.h \
           ToolsGUI_RegWidget.h
 
-LIB_CLIENT_IDL = SALOME_Registry.idl
+LIB_CLIENT_IDL = SALOME_Registry.idl SALOME_Exception.idl
 
-CPPFLAGS += $(QT_INCLUDES) $(OCC_INCLUDES) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
-CXXFLAGS += $(OCC_CXXFLAGS) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
+CPPFLAGS += $(QT_INCLUDES) $(OCC_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS)
+CXXFLAGS += $(OCC_CXXFLAGS) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS)
 
-LDFLAGS += $(QT_MT_LIBS) -lsuit $(CAS_LDPATH) -lTKernel -L$(KERNEL_ROOT_DIR)/lib/salome -lSalomeNS -lOpUtil
+LDFLAGS += $(QT_MT_LIBS) -lsuit $(CAS_KERNEL) $(KERNEL_LDFLAGS) -lSalomeNS -lOpUtil
 
 @CONCLUDE@