Salome HOME
MED file loading on demand.
[modules/med.git] / idl / Makefile.am
index 06c8e5725dea4bfca8928d4a4b5ae2e93e52a3eb..28b684d5ff8b1cdef1ed7c90706371bee35ab90a 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
 #
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
-EXTRA_DIST += CMakeLists.txt
-
 BASEIDL_FILES = \
-       MED.idl MED_Gen.idl Compo1Py.idl \
        MEDCouplingCorbaServant.idl      \
        MEDCouplingCorbaServantTest.idl  \
        ParaMEDCouplingCorbaServant.idl
@@ -56,7 +53,6 @@ lib_LTLIBRARIES = libSalomeIDLMED.la libSalomeIDLMEDTests.la
 
 # Sources built from idl files
 BASEIDL_SOURCES = \
-       MEDSK.cc MED_GenSK.cc Compo1PySK.cc \
        MEDCouplingCorbaServantSK.cc        \
        ParaMEDCouplingCorbaServantSK.cc
 
@@ -78,7 +74,6 @@ nodist_libSalomeIDLMED_la_SOURCES = $(IDL_SOURCES)
 
 # header files must be exported: other modules have to use this library
 nodist_salomeinclude_HEADERS =         \
-       MED.hh MED_Gen.hh Compo1Py.hh  \
        MEDCouplingCorbaServant.hh     \
        MEDCouplingCorbaServantTest.hh \
        ParaMEDCouplingCorbaServant.hh