]> 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 dfdba30a50f716037d4ce5b9a2c8fd77680d2707..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
 
@@ -81,7 +79,8 @@ libGEOMEngine_la_CPPFLAGS =           \
        -I$(srcdir)/../GEOMImpl         \
        -I$(srcdir)/../GEOMAlgo         \
        -I$(srcdir)/../GEOM             \
-       -I$(top_builddir)/idl
+       -I$(top_builddir)/idl           \
+       -I$(top_builddir)
 
 
 libGEOMEngine_la_LDFLAGS  =                    \