Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix make dist by locating surf_resource.h in its real location
[simgrid.git] / src / Makefile.am
index a184411..bb79349 100644 (file)
@@ -51,6 +51,8 @@ EXTRA_DIST= \
        surf/gtnets/gtnets_simulator.h \
        surf/gtnets/gtnets_topology.h  \
        \
+        include/surf/surf_resource.h  \
+       include/surf/datatypes.h \
        include/surf/maxmin.h \
        include/surf/trace_mgr.h \
        include/surf/surf.h \
@@ -80,6 +82,7 @@ EXTRA_DIST= \
        simix/private.h \
        \
        smpi/private.h \
+       smpi/smpi_coll_private.h \
        smpi/README
 
 #LIBRARY_VERSION= 0:0:0
@@ -167,7 +170,6 @@ XBT_SG_SRC = \
 
 SURF_SRC= \
   surf/surf_model.c                                                          \
-  surf/surf_resource.c                                                       \
   surf/surf_action.c                                                         \
   surf/surf_routing.c                                                        \
   surf/surf_config.c                                                         \
@@ -215,7 +217,8 @@ SMPI_SRC= \
   smpi/smpi_mpi.c \
   smpi/smpi_sender.c \
   smpi/smpi_receiver.c \
-  smpi/smpi_util.c
+  smpi/smpi_util.c \
+  smpi/smpi_coll.c
 
 MSG_SRC=  msg/msg_config.c \
   msg/task.c msg/host.c msg/m_process.c msg/gos.c \