X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/092910cd23c789eb83b53efb69e85ae58ed3b1d0..dcba8eddcfba041ff11c94eb1e8fff4cfd25550d:/examples/bandwidth/Makefile.am diff --git a/examples/bandwidth/Makefile.am b/examples/bandwidth/Makefile.am index b8105fc5cf..d920698f8a 100644 --- a/examples/bandwidth/Makefile.am +++ b/examples/bandwidth/Makefile.am @@ -8,9 +8,9 @@ bandwidth_maestro_SOURCES= _bandwidth_maestro.c bandwidth.c bandwidth_sensor_SOURCES= _bandwidth_sensor.c bandwidth.c -bandwidth_simulator_LDADD= $(top_srcdir)/src/core/libgrassg.a $(top_srcdir)/src/modules/libgrasmodules.a @LIBS_SimGrid@ @LIBS_XML@ -bandwidth_maestro_LDADD= $(top_srcdir)/src/core/libgrasrl.a $(top_srcdir)/src/modules/libgrasmodules.a -bandwidth_sensor_LDADD= $(top_srcdir)/src/core/libgrasrl.a $(top_srcdir)/src/modules/libgrasmodules.a +bandwidth_simulator_LDADD= $(top_srcdir)/src/Core/libgrassg.a $(top_srcdir)/src/modules/libgrasmodules.a @LIBS_SimGrid@ @LIBS_XML@ +bandwidth_maestro_LDADD= $(top_srcdir)/src/Core/libgrasrl.a $(top_srcdir)/src/modules/libgrasmodules.a +bandwidth_sensor_LDADD= $(top_srcdir)/src/Core/libgrasrl.a $(top_srcdir)/src/modules/libgrasmodules.a # cleanup temps CLEANFILES=_bandwidth_simulator.c _bandwidth_maestro.c _bandwidth_sensor.c