X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12538c6ab1bc03405ac74e6b2995ba1b4ee29bfa..963aa331797f0bc1a8173af4b3970205bcbfbd0c:/examples/gras/mmrpc/Makefile.am diff --git a/examples/gras/mmrpc/Makefile.am b/examples/gras/mmrpc/Makefile.am index 2011f2b4ba..01eba1d330 100644 --- a/examples/gras/mmrpc/Makefile.am +++ b/examples/gras/mmrpc/Makefile.am @@ -1,6 +1,13 @@ +# 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 -TESTS= test_rl test_sg -EXTRA_DIST=mmrpc_deployment.xml mmrpc.h $(TESTS) +EXTRA_DIST=mmrpc.xml mmrpc.h +include $(top_srcdir)/examples/gras/tests.mk # AUTOMAKE variable definition noinst_PROGRAMS=mmrpc_client mmrpc_server mmrpc_simulator