From: mquinson Date: Thu, 15 Mar 2007 08:21:11 +0000 (+0000) Subject: Move xbt/xbt_thread.h to private interfaces since it's not always provided by the... X-Git-Tag: v3.3~2080 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/52aad261af922bba6ad32127a85df1c2b0645ef3 Move xbt/xbt_thread.h to private interfaces since it's not always provided by the libraries git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3279 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/Makefile.am b/include/Makefile.am index 71ef27b733..3d9895751f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,7 +2,6 @@ include_HEADERS = gras.h xbt.h nobase_include_HEADERS = \ xbt/misc.h \ xbt/sysdep.h \ - xbt/xbt_thread.h \ xbt/function_types.h \ xbt/asserts.h xbt/ex.h \ xbt/log.h \ diff --git a/include/Makefile.in b/include/Makefile.in index d64b731736..5b3d80ebf5 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -218,7 +218,6 @@ include_HEADERS = gras.h xbt.h nobase_include_HEADERS = \ xbt/misc.h \ xbt/sysdep.h \ - xbt/xbt_thread.h \ xbt/function_types.h \ xbt/asserts.h xbt/ex.h \ xbt/log.h \ diff --git a/src/Makefile.am b/src/Makefile.am index 88af7b56b4..9427d57b29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,6 +49,7 @@ EXTRA_DIST= \ include/surf/surfxml_parse_private.h \ \ include/xbt/xbt_portability.h \ + include/xbt/xbt_thread.h \ include/xbt/context.h \ \ msg/private.h \ diff --git a/src/Makefile.in b/src/Makefile.in index 27244d774f..004b0b610f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -330,8 +330,8 @@ EXTRA_DIST = portable.h xbt/mallocator_private.h xbt/dynar_private.h \ surf/workstation_KCCFLN05_private.h include/surf/maxmin.h \ include/surf/trace_mgr.h include/surf/surf.h \ include/surf/surfxml_parse_private.h \ - include/xbt/xbt_portability.h include/xbt/context.h \ - msg/private.h simdag/private.h \ + include/xbt/xbt_portability.h include/xbt/xbt_thread.h \ + include/xbt/context.h msg/private.h simdag/private.h \ gras/Transport/transport_interface.h \ gras/Virtu/virtu_interface.h gras/Virtu/virtu_private.h \ gras/Virtu/virtu_rl.h gras/Virtu/virtu_sg.h \