X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5cf02ea888ae53f3249513b779c7dc2bcc685df8..c739025656efe30cd13f91a60d17257c3b10abdb:/examples/gras/mutual_exclusion/simple_token/Makefile.am diff --git a/examples/gras/mutual_exclusion/simple_token/Makefile.am b/examples/gras/mutual_exclusion/simple_token/Makefile.am index a5d584e1fd..a5bcc2ec6a 100644 --- a/examples/gras/mutual_exclusion/simple_token/Makefile.am +++ b/examples/gras/mutual_exclusion/simple_token/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=simple_token.xml $(TESTS) +EXTRA_DIST=simple_token.xml +include $(top_srcdir)/examples/gras/tests.mk # AUTOMAKE variable definition noinst_PROGRAMS=simple_token_node simple_token_simulator