build the DistributedRateLimiting from trunk
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Mon, 25 Jan 2010 19:55:21 +0000 (19:55 +0000)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Mon, 25 Jan 2010 19:55:21 +0000 (19:55 +0000)
modules.list
planetlab-tags.mk
planetlab.mk

index 204b46b..6fcee59 100644 (file)
@@ -4,6 +4,7 @@ BootManager
 BootManager:4.3
 BootstrapFS
 CoDemux
+DistributedRateLimiting
 Mom
 Monitor
 MyPLC
index 5024baa..a6c349d 100644 (file)
@@ -45,6 +45,7 @@ MyPLC-SVNPATH                   := http://svn.planet-lab.org/svn/MyPLC/tags/MyPL
 sfa-SVNPATH                    := http://svn.planet-lab.org/svn/sfa/tags/sfa-0.9-10
 pyopenssl-SVNPATH              := http://svn.planet-lab.org/svn/pyopenssl/tags/pyopenssl-0.9-1
 PLCRT-SVNPATH                  := http://svn.planet-lab.org/svn/PLCRT/tags/PLCRT-1.0-11
+DistributedRateLimiting-SVNPATH                        := http://svn.planet-lab.org/svn/DistributedRateLimiting/trunk
 
 # locating the right test directory - see make tests_svnpath
 tests-SVNPATH                  := http://svn.planet-lab.org/svn/tests/tags/tests-4.3-6
index bc98bfe..a0eb278 100644 (file)
@@ -141,6 +141,13 @@ fprobe-ulog-SPEC := fprobe-ulog.spec
 ALL += fprobe-ulog
 IN_BOOTSTRAPFS += fprobe-ulog
 
+#
+# DistributedRateLimiting
+#
+DistributedRateLimiting-MODULES := DistributedRateLimiting
+DistributedRateLimiting-SPEC := DistributedRateLimiting.spec
+ALL += DistributedRateLimiting
+
 #
 # pf2slice
 #