X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/60a7fb293cd43bfeaab1d30dc06a1e5d6d258493..e2030cb82d5b8f8b39696794f036e5ffc435f9bf:/examples/gras/rpc/Makefile.am diff --git a/examples/gras/rpc/Makefile.am b/examples/gras/rpc/Makefile.am index 36e260bb38..47a3cdd05d 100644 --- a/examples/gras/rpc/Makefile.am +++ b/examples/gras/rpc/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=rpc.xml $(TESTS) +EXTRA_DIST=rpc.xml +include $(top_srcdir)/examples/gras/tests.mk # AUTOMAKE variable definition noinst_PROGRAMS=rpc_client rpc_forwarder rpc_server rpc_simulator