]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix compilation on LInux
authorabd <abd@opencascade.com>
Thu, 10 Aug 2006 07:13:22 +0000 (07:13 +0000)
committerabd <abd@opencascade.com>
Thu, 10 Aug 2006 07:13:22 +0000 (07:13 +0000)
src/BasicGUI/Makefile.in
src/BlocksGUI/BlocksGUI_TrsfDlg.h
src/BlocksGUI/GEOM_BlocksGUI.hxx
src/GEOMBase/Makefile.in
src/GEOMGUI/Makefile.in
src/GEOM_I/Makefile.in

index 83f50ff0e3c663b80d0f414f4a727bccb95ef2ba..e5fb2cec14f40535accff5f5d413f932941ead4c 100644 (file)
@@ -35,7 +35,8 @@ VPATH=.:@srcdir@:@top_srcdir@/idl
 @COMMENCE@
 
 # header files 
-EXPORT_HEADERS= BasicGUI_PointDlg.h
+EXPORT_HEADERS= BasicGUI_PointDlg.h \
+               GEOM_BasicGUI.hxx
 
 # Libraries targets
 LIB = libBasicGUI.la 
index fdc053637754b2cd666172776b2c0cf707a0b596..7508c8e4844108df3f59072c36600c96f7d34798 100644 (file)
@@ -29,8 +29,6 @@
 
 #include "GEOM_BlocksGUI.hxx"
 
-#include "GEOM_BasicGUI.hxx"
-
 #include "GEOMBase_Skeleton.h"
 
 class DlgRef_SpinBox;
index 4471a8a61c3dd02902aa03eeafd1798706df12ac..83f6cbc645cb15f33ec36e8a33d60c2ae9bfae32 100755 (executable)
@@ -41,7 +41,7 @@
   #endif
  #endif
 #else
- #define GEOM_BASICGUI_EXPORT
+ #define GEOM_BLOCKSGUI_EXPORT
 #endif
 
 #endif
index 070f919454ad18dec73e1619acbcfabdb679fe13..b3c750a777f9c947bb93b2aa6b65f3b85d3cb7a9 100644 (file)
@@ -41,7 +41,8 @@ LIB = libGEOMBase.la
 EXPORT_HEADERS= GEOMBase.h \
                GEOMBase_Skeleton.h \
                GEOMBase_Helper.h \
-               GEOM_Operation.h
+               GEOM_Operation.h \
+               GEOM_GEOMBase.hxx
 
 LIB_SRC =      GEOMBase.cxx \
                GEOMBase_Skeleton.cxx \
index 3e8dd21145527827d29bbf0289ab0d131a1f65e7..473e562c16d1836a7bb7f081b2daac2e0bd19270 100644 (file)
@@ -47,7 +47,8 @@ EXPORT_HEADERS= GeometryGUI.h \
                GEOMGUI_OCCSelector.h \
                GEOMGUI_Selection.h \
                 GeometryGUI_Swig.hxx \
-               GeometryGUI_Swig.i
+               GeometryGUI_Swig.i \
+               GEOM_GEOMGUI.hxx
 
 # Libraries targets 
 LIB = libGEOM.la
index dd6cdcf89348d8e8276278e8e87a0912fc4a0f83..ef367ca48c61b0b773072ff89f43512a95177780 100644 (file)
@@ -81,7 +81,8 @@ EXPORT_HEADERS = GEOM_Object_i.hh \
                 GEOM_ITransformOperations_i.hh \
                 GEOM_IMeasureOperations_i.hh \
                 GEOM_IGroupOperations_i.hh \
-                GEOM_Gen_i.hh
+                GEOM_Gen_i.hh \
+                GEOM_GEOM_I.hxx
 
 # additionnal information to compil and link file
 CPPFLAGS += $(OCC_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS)