From: mquinson Date: Mon, 7 May 2007 13:26:49 +0000 (+0000) Subject: We need the threads, and they live in the gras lib, not always in the sg one X-Git-Tag: v3.3~1870 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e356ae492f80d611ab887563cab7de5a3840c7b6 We need the threads, and they live in the gras lib, not always in the sg one git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3490 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/tesh/Makefile.am b/tools/tesh/Makefile.am index 5e9c7095fa..64523f395e 100644 --- a/tools/tesh/Makefile.am +++ b/tools/tesh/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include bin_PROGRAMS = tesh tesh_SOURCES = run_context.c run_context.h tesh.c tesh.h buff.h buff.c signal.c -tesh_LDADD = $(top_builddir)/src/libsimgrid.la +tesh_LDADD = $(top_builddir)/src/libgras.la TESTS_ENVIRONMENT=./tesh TESTS=basic.tesh cd.tesh \ diff --git a/tools/tesh/Makefile.in b/tools/tesh/Makefile.in index c95fe7fd20..84c741bf49 100644 --- a/tools/tesh/Makefile.in +++ b/tools/tesh/Makefile.in @@ -66,7 +66,7 @@ PROGRAMS = $(bin_PROGRAMS) am_tesh_OBJECTS = run_context.$(OBJEXT) tesh.$(OBJEXT) buff.$(OBJEXT) \ signal.$(OBJEXT) tesh_OBJECTS = $(am_tesh_OBJECTS) -tesh_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la +tesh_DEPENDENCIES = $(top_builddir)/src/libgras.la DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -230,7 +230,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include tesh_SOURCES = run_context.c run_context.h tesh.c tesh.h buff.h buff.c signal.c -tesh_LDADD = $(top_builddir)/src/libsimgrid.la +tesh_LDADD = $(top_builddir)/src/libgras.la TESTS_ENVIRONMENT = ./tesh TESTS = basic.tesh cd.tesh \ IO-broken-pipe.tesh IO-orders.tesh IO-bigsize.tesh \