X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8aaf612c0175ea07b478f13cdbd1d86b52d2cb12..ad5a61715d2113a2b341b6e867e65588dd4faf68:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 479ea05ea8..694c96a191 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,6 +20,7 @@ EXTRA_DIST= \ xbt/dict_private.h \ xbt/heap_private.h \ xbt/fifo_private.h \ + xbt/graph_private.h \ xbt/context_private.h xbt/context_win32.h xbt/context_win32.c\ \ surf/maxmin_private.h \ @@ -112,6 +113,7 @@ COMMON_SRC=\ xbt/heap.c \ xbt/fifo.c \ xbt/swag.c \ + xbt/graph.c \ xbt/set.c \ xbt/module.c \ xbt/config.c \