Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moved src/surf/surf_parse.h to include/surf/
[simgrid.git] / src / Makefile.am
index 03a5e47..c5aea1c 100644 (file)
@@ -29,7 +29,7 @@ EXTRA_DIST= \
        surf/surf_private.h \
        surf/cpu_private.h \
        surf/workstation_private.h \
-       surf/surf_parse.l surf/surf_parse.h \
+       surf/surf_parse.l \
        surf/network_private.h \
        \
        msg/private.h \
@@ -110,6 +110,12 @@ COMMON_S=\
   surf/cpu.c   surf/network.c   surf/workstation.c                           \
   \
   msg/task.c  \
+  msg/host.c  \
+  msg/m_process.c  \
+  msg/gos.c  \
+  msg/global.c  \
+  msg/environment.c  \
+  msg/deployment.c  \
   \
   gras/gras.c \
   \