Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add can
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 6 Apr 2006 12:43:15 +0000 (12:43 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 6 Apr 2006 12:43:15 +0000 (12:43 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2088 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac
examples/gras/p2p/Makefile.am

index 5d8b831..261f167 100644 (file)
@@ -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
index cefdc27..8e1338e 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS= chord
+SUBDIRS= chord can
 
 include $(top_srcdir)/acmacro/dist-files.mk