X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMGUI%2FMakefile.am;h=eaef6091c75fac041befb2da601194f8ad43cb5a;hb=003f66b53595d8ceb8926c0e2a5eecd91337766b;hp=acb2cc00951ad45b63d9c46dee49d4e18aab93bc;hpb=63b2d29eaebaea3e0191cc2bdf8de19056c961b8;p=modules%2Fgeom.git diff --git a/src/GEOMGUI/Makefile.am b/src/GEOMGUI/Makefile.am index acb2cc009..eaef6091c 100644 --- a/src/GEOMGUI/Makefile.am +++ b/src/GEOMGUI/Makefile.am @@ -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 \