From: thiery Date: Tue, 8 Aug 2006 08:59:51 +0000 (+0000) Subject: Add mallocators into Makefile X-Git-Tag: v3.3~2664 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/999a23a59983e8c30e0bede13e9a050a509be4b9?ds=sidebyside Add mallocators into Makefile git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2695 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index 08d13dbe4a..13ba0c2569 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,7 @@ EXTRA_DIST= \ \ portable.h \ \ + xbt/mallocator_private.h \ xbt/dynar_private.h \ xbt/dict_private.h \ xbt/heap_private.h \ @@ -115,6 +116,7 @@ COMMON_SRC=\ xbt/sysdep.c \ xbt/asserts.c \ xbt/log.c xbt/log_default_appender.c \ + xbt/mallocator.c \ xbt/dynar.c \ xbt/dict.c xbt/dict_elm.c xbt/dict_cursor.c \ xbt/dict_multi.c \ @@ -269,7 +271,7 @@ surf/surfxml.l: $(srcdir)/surf/surfxml.dtd set -e; mkdir -p surf; flexml -b 1000000 -P surfxml --sysid=surfxml.dtd -S $@ -L $^ $(top_srcdir)/include/surf/surfxml.h: $(srcdir)/surf/surfxml.dtd set -e; flexml -P surfxml --sysid=surfxml.dtd -H $@ -L $^ - + xbt/graphxml.l: $(srcdir)/xbt/graphxml.dtd set -e; flexml -b 1000000 -P graphxml --sysid=graphxml.dtd -S $@ -L $^ $(top_srcdir)/include/xbt/graphxml.h: $(srcdir)/xbt/graphxml.dtd