|
From: <jc...@us...> - 2007-09-21 15:56:45
|
Revision: 493
http://omc.svn.sourceforge.net/omc/?rev=493&view=rev
Author: jcarey
Date: 2007-09-21 08:56:49 -0700 (Fri, 21 Sep 2007)
Log Message:
-----------
Changed to not build the ipmi providers at all if the --disable-ipmi is specified
Modified Paths:
--------------
smash/trunk/src/providers/device/ipmi/Makefile.am
Modified: smash/trunk/src/providers/device/ipmi/Makefile.am
===================================================================
--- smash/trunk/src/providers/device/ipmi/Makefile.am 2007-09-11 16:33:58 UTC (rev 492)
+++ smash/trunk/src/providers/device/ipmi/Makefile.am 2007-09-21 15:56:49 UTC (rev 493)
@@ -1,3 +1,5 @@
+if USE_IPMI_NS
+
include $(top_srcdir)/Makefile.incl.am
provider_LTLIBRARIES = \
@@ -136,3 +138,4 @@
-lomcbase \
-version-info 1
+endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|