From: Heidi N. <hei...@us...> - 2005-04-07 12:40:42
|
Update of /cvsroot/sblim/cmpi-base In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29101 Modified Files: README Log Message: fixed configure sample for locally installed openPegasus Index: README =================================================================== RCS file: /cvsroot/sblim/cmpi-base/README,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- README 6 Apr 2005 16:44:46 -0000 1.9 +++ README 7 Apr 2005 12:40:21 -0000 1.10 @@ -40,11 +40,14 @@ Package Contents ---------------- -./README This file -./*.h Header Files -./*.c Provider Code -./mof/ Schema file(s) -./test/ Configuration files for SBLIM TestSuite +./README This file +./README.INDICATION README for Indication Support +./*.h Header Files +./*.c Provider Code +./mof/ Schema file(s) +./test/ Configuration files for SBLIM TestSuite +./test/indication Sample Filter, Handler and Subscription to + test the Indication Support @@ -75,6 +78,7 @@ Building cmpi-base .................. + This package is now GNU autotool enabled, refer to the file named INSTALL for generic instructions. @@ -96,8 +100,9 @@ For instance, in order to configure for a locally installed Pegasus you can issue the following command: -./configure CIMSERVER=pegasus PROVIDERDIR=$PEGASUS_HOME/provider \ - --libdir=$PEGASUS_HOME/lib +./configure CIMSERVER=pegasus PROVIDERDIR=$PEGASUS_HOME/lib + + Load Schema into CIMOM's repository |