X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/753cae90a856db7cd223182fb9fea6853fb7713c..030a5011922ca9ac7d471362d5c8d820f052ff26:/examples/amok/bandwidth/Makefile.am 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