X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=planetlab.mk;h=a0eb278fff23187195ff490b78fd12472d824e50;hb=f94842c90f7908943dbcd31fdce9855f66299219;hp=852701342a7f96ec02f7010344297cafffefcf00;hpb=75c4bc12d621270c2af0f34a94cd8ea2a9ade6fe;p=build.git diff --git a/planetlab.mk b/planetlab.mk index 85270134..a0eb278f 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -1,3 +1,5 @@ +# $Id$ +# $URL$ # # declare the packages to be built and their dependencies # initial version from Mark Huang @@ -5,8 +7,6 @@ # Copyright (C) 2003-2006 The Trustees of Princeton University # rewritten by Thierry Parmentelat - INRIA Sophia Antipolis # -# $Id$ -# # see doc in Makefile # @@ -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 # @@ -244,6 +251,13 @@ www-register-wizard-SPEC := www-register-wizard.spec ALL += www-register-wizard IN_MYPLC += www-register-wizard +# +# pcucontrol +# +pcucontrol-MODULES := pcucontrol +pcucontrol-SPEC := pcucontrol.spec +ALL += pcucontrol + # # monitor # @@ -277,7 +291,7 @@ ALL += pyopenssl # -# sfa - Slice Facility Architecture - fka geniwrapper +# sfa - Slice Facility Architecture # sfa-MODULES := sfa sfa-SPEC := sfa.spec @@ -393,3 +407,4 @@ release-MODULES := MyPLC release-SPEC := myplc-release.spec release-RPMDATE := yes ALL += release +