From ac7523bf5527a69b291d015b4910fa3d771ea058 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Fri, 8 Apr 2011 19:08:09 -0400 Subject: [PATCH] add Monitor back to Makefile --- coblitz.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/coblitz.mk b/coblitz.mk index 7979f91b..9a70efcb 100644 --- a/coblitz.mk +++ b/coblitz.mk @@ -249,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 # -- 2.43.0