Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the default port
[simgrid.git] / examples / bandwidth / Makefile.am
index b8105fc..959b882 100644 (file)
@@ -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/base/libgrassg.a $(top_srcdir)/src/modules/libgrasmodules.a @LIBS_SimGrid@ @LIBS_XML@
+bandwidth_maestro_LDADD=       $(top_srcdir)/src/base/libgrasrl.a $(top_srcdir)/src/modules/libgrasmodules.a
+bandwidth_sensor_LDADD=        $(top_srcdir)/src/base/libgrasrl.a $(top_srcdir)/src/modules/libgrasmodules.a
 
 # cleanup temps
 CLEANFILES=_bandwidth_simulator.c _bandwidth_maestro.c _bandwidth_sensor.c