X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3a3ad7b4828808aeaddac16924ff03c45dd73fca..27e45c4d7ab7139603ac3f62de10f44d1bb071a0:/examples/bandwidth/Makefile.am diff --git a/examples/bandwidth/Makefile.am b/examples/bandwidth/Makefile.am index 959b882689..de9499cb32 100644 --- a/examples/bandwidth/Makefile.am +++ b/examples/bandwidth/Makefile.am @@ -1,14 +1,15 @@ DISTCLEANFILES=Makefile.in INCLUDES= -I$(top_srcdir)/src/include +AM_CFLAGS=-g -noinst_PROGRAMS=bandwidth_simulator bandwidth_maestro bandwidth_sensor +check_PROGRAMS=bandwidth_simulator bandwidth_maestro bandwidth_sensor bandwidth_simulator_SOURCES= _bandwidth_simulator.c bandwidth.c bandwidth_maestro_SOURCES= _bandwidth_maestro.c bandwidth.c bandwidth_sensor_SOURCES= _bandwidth_sensor.c bandwidth.c -bandwidth_simulator_LDADD= $(top_srcdir)/src/base/libgrassg.a $(top_srcdir)/src/modules/libgrasmodules.a @LIBS_SimGrid@ @LIBS_XML@ +bandwidth_simulator_LDADD= $(top_srcdir)/src/base/libgrassg.a $(top_srcdir)/src/modules/libgrasmodules.a @LIBS_SimGrid@ 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