From 1e304251056df249996f9ac1c53aca1affcea98a Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 6 Apr 2006 12:43:15 +0000 Subject: [PATCH 1/1] Add can git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2088 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 1 + examples/gras/p2p/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5d8b831495..261f16708a 100644 --- a/configure.ac +++ b/configure.ac @@ -260,6 +260,7 @@ AC_CONFIG_FILES([ examples/gras/p2p/Makefile examples/gras/p2p/chord/Makefile examples/gras/p2p/chord/test_sg examples/gras/p2p/chord/test_rl + examples/gras/p2p/can/Makefile examples/gras/p2p/can/test_sg examples/gras/p2p/can/test_rl examples/amok/Makefile examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl diff --git a/examples/gras/p2p/Makefile.am b/examples/gras/p2p/Makefile.am index cefdc275a4..8e1338e465 100644 --- a/examples/gras/p2p/Makefile.am +++ b/examples/gras/p2p/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS= chord +SUBDIRS= chord can include $(top_srcdir)/acmacro/dist-files.mk -- 2.20.1