Salome HOME
Update for new version of PartitionAlgo.
[modules/geom.git] / src / GEOM_SWIG / Makefile.in
index 8ce420b4293abaee438107ddbc545bc3bf06bf17..9c593fc92c536c050661d28c57ba62d0ba6b0bfc 100644 (file)
@@ -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
 #
 #
 #
@@ -67,7 +67,12 @@ EXPORT_PYSCRIPTS = \
        GEOM_tube_geom.py \
        GEOM_tube_geom_gg2.py \
        GEOM_Nut.py \
-       GEOM_Sketcher.py
+       GEOM_Sketcher.py \
+       PAL_MESH_019_020_geometry.py \
+       PAL_MESH_028_geometry.py \
+       PAL_MESH_030_geometry.py \
+       PAL_MESH_033_geometry.py \
+       PAL_MESH_035_geometry.py
 
 LIB_CLIENT_IDL = SALOMEDS.idl \
                  SALOMEDS_Attributes.idl \
@@ -81,6 +86,6 @@ EXPORT_SHAREDPYSCRIPTS=\
 
 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) -DHAVE_CONFIG_H
 LIBS+= $(PYTHON_LIBS)
-LDFLAGS+= -lGEOMGUI
+LDFLAGS+= -lGEOM
 
 @CONCLUDE@