add umts tools in the lxc mix
[build.git] / lxc.mk
diff --git a/lxc.mk b/lxc.mk
index 200a707..17901b1 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -50,6 +50,30 @@ ipfwslice-SPEC := planetlab/ipfwslice.spec
 ALL += ipfwslice
 #endif
 
+#
+# comgt - a companion to umts tools
+# 
+comgt-MODULES := comgt
+comgt-SPEC := comgt.spec
+IN_NODEIMAGE += comgt
+ALL += comgt
+
+#
+# umts: root context stuff
+#
+umts-backend-MODULES := planetlab-umts-tools
+umts-backend-SPEC := backend.spec
+IN_NODEIMAGE += umts-backend
+ALL += umts-backend
+
+#
+# umts: slice tools
+#
+umts-frontend-MODULES := planetlab-umts-tools
+umts-frontend-SPEC := frontend.spec
+IN_SLICEIMAGE += umts-frontend
+ALL += umts-frontend
+
 #
 # NodeUpdate
 #