Salome HOME
OK thanks to INV !
[modules/med.git] / src / MEDCouplingCorba / Makefile.am
index 2bf783344683245142100d927c2fbcfc6de3e5bb..a7062bf0cdb74ff4cb3e119de208aca79da5967f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2013  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+# Author : Anthony Geay (CEA/DEN)
 
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
-EXTRA_DIST += CMakeLists.txt
-
 if CPPUNIT_IS_OK
   SUBDIRS = . Client Test
 else
@@ -35,6 +34,8 @@ salomeinclude_HEADERS=                        \
        MEDCouplingMeshServant.hxx            \
        MEDCouplingPointSetServant.hxx        \
        MEDCouplingExtrudedMeshServant.hxx    \
+       MEDCouplingStructuredMeshServant.hxx  \
+       MEDCouplingCurveLinearMeshServant.hxx \
        MEDCouplingCMeshServant.hxx           \
        MEDCouplingUMeshServant.hxx           \
        MEDCouplingFieldServant.hxx           \
@@ -46,20 +47,22 @@ salomeinclude_HEADERS=                        \
        DataArrayIntServant.hxx               \
        DataArrayServant.hxx
 
-dist_libmedcouplingcorba_la_SOURCES=         \
-       MEDCouplingRefCountServant.cxx       \
-       MEDCouplingMeshServant.cxx           \
-       MEDCouplingPointSetServant.cxx       \
-       MEDCouplingExtrudedMeshServant.cxx   \
-       MEDCouplingCMeshServant.cxx          \
-       MEDCouplingUMeshServant.cxx          \
-       MEDCouplingFieldServant.cxx          \
-       MEDCouplingFieldDoubleServant.cxx    \
-       MEDCouplingFieldTemplateServant.cxx  \
-       MEDCouplingMultiFieldsServant.cxx    \
-       MEDCouplingFieldOverTimeServant.cxx  \
-       DataArrayDoubleServant.cxx           \
-       DataArrayIntServant.cxx              \
+dist_libmedcouplingcorba_la_SOURCES=          \
+       MEDCouplingRefCountServant.cxx        \
+       MEDCouplingMeshServant.cxx            \
+       MEDCouplingPointSetServant.cxx        \
+       MEDCouplingExtrudedMeshServant.cxx    \
+       MEDCouplingStructuredMeshServant.cxx  \
+       MEDCouplingCurveLinearMeshServant.cxx \
+       MEDCouplingCMeshServant.cxx           \
+       MEDCouplingUMeshServant.cxx           \
+       MEDCouplingFieldServant.cxx           \
+       MEDCouplingFieldDoubleServant.cxx     \
+       MEDCouplingFieldTemplateServant.cxx   \
+       MEDCouplingMultiFieldsServant.cxx     \
+       MEDCouplingFieldOverTimeServant.cxx   \
+       DataArrayDoubleServant.cxx            \
+       DataArrayIntServant.cxx               \
        DataArrayServant.cxx
 
 libmedcouplingcorba_la_CPPFLAGS= $(CORBA_CXXFLAGS) $(CORBA_INCLUDES) -I$(top_builddir)/idl ${KERNEL_CXXFLAGS} \