Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We need the threads, and they live in the gras lib, not always in the sg one
[simgrid.git] / tools / tesh / Makefile.in
index c95fe7f..84c741b 100644 (file)
@@ -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 \