X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d85805182365568b827d198e52c9463a946ec74..13c904d6998134e6eb726d1b695d9ce0c8c2e949:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 1b9502b831..a3dce08bed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,7 @@ EXTRA_DIST= \ \ portable.h \ \ + xbt/dynar_private.h \ xbt/dict_private.h \ xbt/heap_private.h \ xbt/fifo_private.h \ @@ -28,6 +29,7 @@ EXTRA_DIST= \ surf/surf_private.h \ surf/cpu_private.h \ surf/workstation_private.h \ + surf/surf_timer_private.h \ surf/surf_parse.c \ surf/surfxml.l \ surf/surfxml.c \ @@ -139,6 +141,7 @@ SG_SRC= \ surf/surf.c \ surf/surf_parse.c \ surf/cpu.c surf/network.c surf/workstation.c \ + surf/surf_timer.c \ surf/network_dassf.c \ surf/workstation_KCCFLN05.c \ include/surf/surfxml.h \