From: mquinson Date: Thu, 2 Jun 2005 16:52:08 +0000 (+0000) Subject: move the dynar type definition to a specific header so that we can share it with... X-Git-Tag: v3.3~4027 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9005f2b395fd85b7efdaa71d14f690b5769088cf move the dynar type definition to a specific header so that we can share it with the code in charge of sending it accross git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1328 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index e8eb6dcdc0..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 \