Salome HOME
Fix regression: storeViewParameters() does not work for OCC view
[modules/geom.git] / src / GEOMGUI / Makefile.am
index acb2cc00951ad45b63d9c46dee49d4e18aab93bc..eaef6091c75fac041befb2da601194f8ad43cb5a 100644 (file)
@@ -1,7 +1,4 @@
-#  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
-#
-#  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 #  This library is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
@@ -19,6 +16,7 @@
 #
 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+
 # GEOM GEOMGUI : GUI for Geometry component
 # File    : Makefile.am
 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
@@ -32,6 +30,7 @@ lib_LTLIBRARIES = libGEOM.la
 # header files 
 salomeinclude_HEADERS =        \
        GeometryGUI.h           \
+       GeometryGUI_Operations.h\
        GEOMGUI.h               \
        GEOM_Displayer.h        \
        GEOMGUI_OCCSelector.h   \
@@ -79,6 +78,7 @@ libGEOM_la_CPPFLAGS =                         \
        -I$(top_builddir)/idl
 
 libGEOM_la_LDFLAGS =                                           \
+       $(PYTHON_LIBS)                                          \
        ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
        ../GEOMClient/libGEOMClient.la                          \
        ../OBJECT/libGEOMObject.la                              \