Salome HOME
Fix compilation pb.
[modules/kernel.git] / src / Communication / Makefile.am
index fd20d963a040dbd7da7833a31e0e55d20a6683e5..b33cdbb0af864392c921cf4ce66cabafcf190656 100644 (file)
@@ -1,3 +1,21 @@
+# Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
+#           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either 
+# version 2.1 of the License.
+# 
+# This library is distributed in the hope that it will be useful 
+# but WITHOUT ANY WARRANTY; without even the implied warranty of 
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+# Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public  
+# License along with this library; if not, write to the Free Software 
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+# 
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+# 
 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
 
 #
@@ -11,7 +29,10 @@ salomeinclude_HEADERS = \
        SenderFactory.hxx \
        SALOMEMultiComm.hxx \
        MultiCommException.hxx \
-       SALOME_Comm_i.hxx
+       SALOME_Comm_i.hxx \
+       MatrixClient.hxx \
+       SALOME_Matrix_i.hxx \
+       SALOME_Communication.hxx
 
 # Scripts to be installed
 
@@ -50,15 +71,19 @@ OPT_LDFLAGS  = -Xlinker -export-dynamic
 lib_LTLIBRARIES = libSalomeCommunication.la 
 libSalomeCommunication_la_SOURCES =\
        SALOME_Comm_i.cxx \
+       SALOME_Matrix_i.cxx \
        SenderFactory.cxx \
        MultiCommException.cxx \
        SALOMEMultiComm.cxx \
        ReceiverFactory.cxx \
+       MatrixClient.cxx \
        \
        MultiCommException.hxx \
        SALOME_Comm_i.hxx \
+       SALOME_Matrix_i.hxx \
        SenderFactory.hxx \
        ReceiverFactory.hxx \
+        MatrixClient.hxx \
        SALOMEMultiComm.hxx \
        Receivers.hxx \
        Receiver.hxx