X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12538c6ab1bc03405ac74e6b2995ba1b4ee29bfa..b8892821525cf5204c842476d26f530ddcca4908:/examples/gras/ping/Makefile.am diff --git a/examples/gras/ping/Makefile.am b/examples/gras/ping/Makefile.am index b1c19c95d6..70f33833b7 100644 --- a/examples/gras/ping/Makefile.am +++ b/examples/gras/ping/Makefile.am @@ -1,6 +1,14 @@ +# 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=ping_deployment.xml ping.h $(TESTS) + +EXTRA_DIST=ping.xml ping.h +include $(top_srcdir)/examples/gras/tests.mk # AUTOMAKE variable definition noinst_PROGRAMS=ping_client ping_server ping_simulator