X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=coblitz.mk;h=9a70efcb34dd53986bc6238ff29561e8af3177db;hb=9360c88099f3d6bb1f9721ae94fa08c7b5ee494e;hp=21dea9d4e595f1e561a92d4f7b3ee548aff4f910;hpb=20c15b385ec2b622d5335089bb8941cb207aa70f;p=build.git diff --git a/coblitz.mk b/coblitz.mk index 21dea9d4..9a70efcb 100644 --- a/coblitz.mk +++ b/coblitz.mk @@ -201,8 +201,10 @@ endif # vsys-MODULES := vsys vsys-SPEC := vsys.spec +# ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it +vsys-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs ifeq "$(local_inotify_tools)" "true" -vsys-DEPEND-DEVEL-RPMS := inotify-tools inotify-tools-devel +vsys-DEPEND-DEVEL-RPMS += inotify-tools inotify-tools-devel endif IN_BOOTSTRAPFS += vsys ALL += vsys @@ -247,6 +249,16 @@ pcucontrol-MODULES := pcucontrol pcucontrol-SPEC := pcucontrol.spec ALL += pcucontrol + +## monitor +# +#monitor-MODULES := Monitor +monitor-SPEC := Monitor.spec +monitor-DEVEL-RPMS += net-snmp net-snmp-devel +ALL += monitor +IN_BOOTSTRAPFS += monitor + + # # pyopenssl #