]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_I/Makefile.am
Salome HOME
GEOM porting to CMake
[modules/geom.git] / src / GEOM_I / Makefile.am
index b5cd511656359773f5bcc0f909ea7885ba03d385..4dee78ed982f65f45dccc6c237a5cef1c5105921 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2013  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
@@ -22,7 +22,6 @@
 #  Author : Patrick GOLDBRONN (CEA)
 #  Modified by : Alexander BORODIN (OCN) - autotools usage
 #  Module : GEOM
-#  $Header$
 
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
@@ -45,9 +44,9 @@ salomeinclude_HEADERS =                       \
        GEOM_ITransformOperations_i.hh  \
        GEOM_IMeasureOperations_i.hh    \
        GEOM_IGroupOperations_i.hh      \
-       GEOM_IAdvancedOperations_i.hh   \
        GEOM_Gen_i.hh                   \
-       GEOM_GEOM_I.hxx
+       GEOM_GEOM_I.hxx                 \
+       GEOM_wrap.hxx
 
 dist_libGEOMEngine_la_SOURCES =                \
        GEOM_Object_i.cc                \
@@ -64,7 +63,6 @@ dist_libGEOMEngine_la_SOURCES =               \
        GEOM_ITransformOperations_i.cc  \
        GEOM_IMeasureOperations_i.cc    \
        GEOM_IGroupOperations_i.cc      \
-       GEOM_IAdvancedOperations_i.cc   \
        GEOM_Gen_i.cc                   \
        GEOM_DumpPython.cc