From 9005f2b395fd85b7efdaa71d14f690b5769088cf Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 2 Jun 2005 16:52:08 +0000 Subject: [PATCH] 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 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.20.1