From 030a5011922ca9ac7d471362d5c8d820f052ff26 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 29 Jun 2005 05:13:53 +0000 Subject: [PATCH 1/1] amok separate library is dead git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1470 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 2 +- examples/amok/bandwidth/Makefile.am | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 2ce6ae2b38..b7f3cd221c 100644 --- a/configure.ac +++ b/configure.ac @@ -211,13 +211,13 @@ AM_CONDITIONAL(HAVE_FLEXML,test x$FLEXML != xNOTFOUND) # examples/pastry/Makefile examples/pastry/test_sg # examples/gras/chord/Makefile examples/gras/chord/test_sg examples/gras/chord/test_rl +# src/amok/Makefile SG_CONFIGURE_PART(Generating files...) AC_CONFIG_FILES([ Makefile include/Makefile src/Makefile - src/amok/Makefile src/ucontext_stack.h examples/Makefile examples/msg/Makefile examples/msg/run_msg_test diff --git a/examples/amok/bandwidth/Makefile.am b/examples/amok/bandwidth/Makefile.am index 3562b3705c..acf2d5add3 100644 --- a/examples/amok/bandwidth/Makefile.am +++ b/examples/amok/bandwidth/Makefile.am @@ -6,13 +6,13 @@ EXTRA_DIST=bandwidth_deployment.xml $(TESTS) noinst_PROGRAMS=bandwidth_maestro bandwidth_sensor bandwidth_simulator bandwidth_simulator_SOURCES= _bandwidth_simulator.c bandwidth.c -bandwidth_simulator_LDADD= $(top_builddir)/src/libsimgrid.la $(top_builddir)/src/amok/libamok.la +bandwidth_simulator_LDADD= $(top_builddir)/src/libsimgrid.la bandwidth_maestro_SOURCES= _bandwidth_maestro.c bandwidth.c -bandwidth_maestro_LDADD= $(top_builddir)/src/libgras.la $(top_builddir)/src/amok/libamok.la +bandwidth_maestro_LDADD= $(top_builddir)/src/libgras.la bandwidth_sensor_SOURCES= _bandwidth_sensor.c bandwidth.c -bandwidth_sensor_LDADD= $(top_builddir)/src/libgras.la $(top_builddir)/src/amok/libamok.la +bandwidth_sensor_LDADD= $(top_builddir)/src/libgras.la # Take care of generatated sources NAME=bandwidth -- 2.20.1