Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Commit the autogenerated files
[simgrid.git] / examples / amok / bandwidth / Makefile.am
index 3562b37..5fcd0eb 100644 (file)
@@ -1,18 +1,18 @@
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
 TESTS=test_rl test_sg
-EXTRA_DIST=bandwidth_deployment.xml $(TESTS)
+EXTRA_DIST=bandwidth.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