add PLCRT to build
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 26 Jun 2009 22:51:09 +0000 (22:51 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 26 Jun 2009 22:51:09 +0000 (22:51 +0000)
planetlab-tags.mk
planetlab.mk

index ac27589..8d87c96 100644 (file)
@@ -41,6 +41,7 @@ BootstrapFS-SVNPATH           := http://svn.planet-lab.org/svn/BootstrapFS/tags/Bootstrap
 MyPLC-SVNPATH                  := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-16
 geniwrapper-SVNPATH             := http://svn.planet-lab.org/svn/geniwrapper/tags/geniwrapper-0.2-6
 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-1
 
 # locating the right test directory - see make tests_svnpath
 tests-SVNPATH                   := http://svn.planet-lab.org/svn/tests/tags/tests-4.3-2
index 21488aa..6cd289b 100644 (file)
@@ -252,6 +252,13 @@ monitor-SPEC := Monitor.spec
 ALL += monitor
 IN_BOOTSTRAPFS += monitor
 
+#
+# PLC RT
+#
+plcrt-MODULES := PLCRT
+plcrt-SPEC := plcrt.spec
+ALL += plcrt
+
 #
 # zabbix
 #