X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5969ba39561f1fc29557ebf2c9d38ac8fccdd036..e2030cb82d5b8f8b39696794f036e5ffc435f9bf:/examples/amok/saturate/Makefile.am diff --git a/examples/amok/saturate/Makefile.am b/examples/amok/saturate/Makefile.am index 3c4c599cb1..2c6a6378f1 100644 --- a/examples/amok/saturate/Makefile.am +++ b/examples/amok/saturate/Makefile.am @@ -1,8 +1,15 @@ +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. + +# This file is part of the SimGrid project. This is free software: +# You can redistribute and/or modify it under the terms of the +# GNU LGPL (v2.1) licence. + + INCLUDES= -I$(top_srcdir)/include AM_CFLAGS=-g TESTS=test_rl test_sg -EXTRA_DIST=saturate_deployment.xml $(TESTS) +EXTRA_DIST=saturate.xml $(TESTS) noinst_PROGRAMS=saturate_simulator saturate_sensor saturate_maestro @@ -12,8 +19,8 @@ saturate_simulator_LDADD= $(top_builddir)/src/libsimgrid.la saturate_sensor_SOURCES= _saturate_sensor.c saturate.c saturate_maestro_SOURCES= _saturate_maestro.c saturate.c -saturate_sensor_LDADD= $(top_srcdir)/src/libgras.la # $(top_srcdir)/src/modules/libgras.a -saturate_maestro_LDADD= $(top_srcdir)/src/libgras.la # $(top_srcdir)/src/modules/libgras.a +saturate_sensor_LDADD= $(top_builddir)/src/libgras.la +saturate_maestro_LDADD= $(top_builddir)/src/libgras.la # Take care of generatated sources NAME=saturate